/Sander0542.Authentication

Packages for adding authentication to your ASP.NET Core application

Primary LanguageC#MIT LicenseMIT

Sander0542.Authentication

Last commit License

Packages for adding authentication to your ASP.NET Core application.

Packages

Package NuGet Latest Downloads
Sander0542.Authentication.Authelia Current release Downloads

Usage

Authelia

builder.Services.AddAuthentication(AutheliaDefaults.AuthenticationScheme)
    .AddAuthelia();

app.UseAuthentication();

Contributors

Contributors