BitzArt.Blazor.Auth.Server
1.2.2
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BitzArt.Blazor.Auth.Server --version 1.2.2
NuGet\Install-Package BitzArt.Blazor.Auth.Server -Version 1.2.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BitzArt.Blazor.Auth.Server" Version="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BitzArt.Blazor.Auth.Server" Version="1.2.2" />
<PackageReference Include="BitzArt.Blazor.Auth.Server" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BitzArt.Blazor.Auth.Server --version 1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BitzArt.Blazor.Auth.Server, 1.2.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BitzArt.Blazor.Auth.Server@1.2.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BitzArt.Blazor.Auth.Server&version=1.2.2
#tool nuget:?package=BitzArt.Blazor.Auth.Server&version=1.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- BitzArt.Blazor.Auth (>= 1.2.2)
- BitzArt.Blazor.Cookies.Server (>= 1.2.0)
-
net9.0
- BitzArt.Blazor.Auth (>= 1.2.2)
- BitzArt.Blazor.Cookies.Server (>= 1.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.1 | 1,134 | 3/11/2026 |
| 2.1.0 | 7,670 | 5/27/2025 |
| 2.1.0-prerelease4 | 247 | 5/27/2025 |
| 2.1.0-prerelease3 | 229 | 5/22/2025 |
| 2.1.0-prerelease2 | 212 | 5/19/2025 |
| 2.1.0-prerelease | 203 | 5/19/2025 |
| 2.0.7 | 5,018 | 2/27/2025 |
| 2.0.6 | 341 | 2/27/2025 |
| 2.0.5 | 826 | 2/20/2025 |
| 2.0.4 | 443 | 2/8/2025 |
| 2.0.3 | 561 | 2/5/2025 |
| 2.0.2 | 373 | 2/5/2025 |
| 2.0.1 | 374 | 2/5/2025 |
| 2.0.0 | 368 | 2/5/2025 |
| 1.2.2 | 981 | 1/28/2025 |
| 1.2.1 | 538 | 1/22/2025 |
| 1.2.0 | 718 | 12/29/2024 |
Loading failed