Skip to content

Releases: jzills/SwaggerUIAuthorization

v1.0.2

08 Jun 18:19
Compare
Choose a tag to compare

Available on NuGet

dotnet add package SwaggerUIAuthorization --version 1.0.2

Release Notes

  • Added source code documentation.

v1.0.1

26 Apr 01:05
Compare
Choose a tag to compare

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.