https://github.com/soenneker/soenneker.swashbuckle.authentication
A middleware implementing basic authentication and RBAC support for Swashbuckle (Swagger)
https://github.com/soenneker/soenneker.swashbuckle.authentication
authentication csharp dotnet rbac swagger swashbuckle
Last synced: about 2 months ago
JSON representation
A middleware implementing basic authentication and RBAC support for Swashbuckle (Swagger)
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.swashbuckle.authentication
- Owner: soenneker
- License: mit
- Created: 2023-03-30T01:48:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-28T14:43:31.000Z (2 months ago)
- Last Synced: 2026-04-28T16:29:29.759Z (2 months ago)
- Topics: authentication, csharp, dotnet, rbac, swagger, swashbuckle
- Language: C#
- Homepage: https://soenneker.com
- Size: 3.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Soenneker.Swashbuckle.Authentication/)
[](https://github.com/soenneker/soenneker.swashbuckle.authentication/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/Soenneker.Swashbuckle.Authentication/)
[](https://github.com/soenneker/soenneker.swashbuckle.authentication/actions/workflows/codeql.yml)
#  Soenneker.Swashbuckle.Authentication
### A middleware implementing basic authentication and RBAC support for Swashbuckle (Swagger)
## Installation
```
dotnet add package Soenneker.Swashbuckle.Authentication
```