Skip to content

v1.0.1

Compare
Choose a tag to compare
@jzills jzills released this 26 Apr 01:05

Available on NuGet

dotnet add package SwaggerUIAuthorization --version 1.0.1

Release Notes

  • Authentication and authorization dependent rendering of swagger documentation.
  • The same rules that .NET has defined for an AuthorizeAttribute applies:
    • Comma separated roles are evaluated on an OR basis.
    • Multiple AuthorizeAttribute's are evaluated on an AND basis.
    • An AllowAnonymousAttribute bypasses all authorization.