Provides classes and services for authentication for serversided Blazor.
Info
Version: | 1.0.3 |
Author(s): | Ryan Torzynski |
Last Update: | Wednesday, September 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BytexDigital/BytexDigital.Blazor.Authentication |
NuGet Url: | https://www.nuget.org/packages/BytexDigital.Blazor.Server.Authentication |
Install
Install-Package BytexDigital.Blazor.Server.Authentication
dotnet add package BytexDigital.Blazor.Server.Authentication
paket add BytexDigital.Blazor.Server.Authentication
BytexDigital.Blazor.Server.Authentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Components(>= 3.1.0)
- Microsoft.AspNetCore.Components.Authorization(>= 3.1.0)
- Microsoft.AspNetCore.Components.Web(>= 3.1.0)
- Microsoft.AspNetCore.DataProtection.Abstractions(>= 3.1.5)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Features(>= 3.1.5)
- Nito.AsyncEx.Coordination(>= 5.0.0)