https://github.com/Sander0542-Legacy/Sander0542.Authentication
Packages for adding authentication to your ASP.NET Core application
https://github.com/Sander0542-Legacy/Sander0542.Authentication
asp-net asp-net-core authelia authentication chsarp nuget
Last synced: 7 months ago
JSON representation
Packages for adding authentication to your ASP.NET Core application
- Host: GitHub
- URL: https://github.com/Sander0542-Legacy/Sander0542.Authentication
- Owner: Sander0542-Legacy
- License: mit
- Archived: true
- Created: 2022-10-04T20:36:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T16:12:30.000Z (9 months ago)
- Last Synced: 2025-03-10T03:56:20.283Z (7 months ago)
- Topics: asp-net, asp-net-core, authelia, authentication, chsarp, nuget
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sander0542.Authentication

Packages for adding authentication to your ASP.NET Core application.
## Packages
| Package | NuGet Latest | Downloads |
|----------------------------------------|--------------|-----------|
| Sander0542.Authentication.Authelia |  |  |## Usage
### Authelia
```c#
builder.Services.AddAuthentication(AutheliaDefaults.AuthenticationScheme)
.AddAuthelia();app.UseAuthentication();
```## Contributors
