Releases: jzills/SwaggerUIAuthorization
Releases · jzills/SwaggerUIAuthorization
v1.0.2
v1.0.1
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.