Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.51 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.51 KB

Tests

NuGet version NuGet downloads

Overview

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 render mode support

Blazor Rendermode Support
Static SSR ✔️
Interactive Server ✔️
Interactive WebAssembly ✔️
Interactive Auto ✔️

Resources

Refer to the documentation for more information.

documentation

License

License