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.
Blazor Rendermode | Support |
---|---|
Static SSR | ✔️ |
Interactive Server | ✔️ |
Interactive WebAssembly | ✔️ |
Interactive Auto | ✔️ |
Refer to the documentation for more information.