BitzArt.Blazor.Auth is a tearless authentication library for Blazor United.
🍪 The package uses Blazor.Cookies for persisting user authentication state via browser cookies.
This package simplifies implementing custom JWT-based authentication schemes with Blazor.
- Built for dotnet 8+
- Supports all Blazor United render modes
- Supports custom authentication flows
- Supports Blazor built-in authorization utilities
- Uses browser cookies to persist authentication state
| Blazor Rendermode | Support |
|---|---|
| Static SSR | ✔️ |
| Interactive Server | ✔️ |
| Interactive WebAssembly | ✔️ |
| Interactive Auto | ✔️ |
Refer to the documentation for more information.