Sander0542 / Sander0542.Authentication

Packages for adding authentication to your ASP.NET Core application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Packages for adding authentication to your ASP.NET Core application

License:MIT License


Languages

Language:C# 100.0%