AuthEndpoints 1.3.0
See the version list below for details.
dotnet add package AuthEndpoints --version 1.3.0
NuGet\Install-Package AuthEndpoints -Version 1.3.0
<PackageReference Include="AuthEndpoints" Version="1.3.0" />
<PackageVersion Include="AuthEndpoints" Version="1.3.0" />
<PackageReference Include="AuthEndpoints" />
paket add AuthEndpoints --version 1.3.0
#r "nuget: AuthEndpoints, 1.3.0"
#:package AuthEndpoints@1.3.0
#addin nuget:?package=AuthEndpoints&version=1.3.0
#tool nuget:?package=AuthEndpoints&version=1.3.0
AuthEndpoints
A simple jwt authentication library for ASP.Net 6. AuthEndpoints library provides a set of Web API controllers to handle basic web & JWT authentication actions such as registration, login, refresh, and verify. It works with custom identity user model. AuthEndpoints is built with the aim of increasing developer productivity.
Installing via NuGet
The easiest way to install AuthEndpoints is via NuGet
Install the library using the following .net cli command:
dotnet add package AuthEndpoints
or in Visual Studio's Package Manager Console, enter the following command:
Install-Package AuthEndpoints
Documentations
Documentation is available at https://madeyoga.github.io/AuthEndpoints/ and in docs directory.
Contributing
Your contributions are always welcome! simply send a pull request! The up-for-grabs label is a great place to start. If you find a flaw, please open an issue or a PR and let's sort things out.
The documentation is far from perfect so every bit of help is more than welcome.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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. |
-
net6.0
- MailKit (>= 3.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 6.0.5)
- System.IdentityModel.Tokens.Jwt (>= 6.18.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AuthEndpoints:
| Package | Downloads |
|---|---|
|
AuthEndpoints.External.OAuth
Minimal API endpoints for external OAuth authentication (GitHub, Google) with ASP.NET Core Identity |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.0.7 | 92 | 9/8/2026 | |
| 3.0.6 | 97 | 9/7/2026 | |
| 3.0.5 | 106 | 9/6/2026 | |
| 3.0.4 | 101 | 9/4/2026 | |
| 3.0.3 | 104 | 9/2/2026 | |
| 3.0.2 | 109 | 8/31/2026 | |
| 3.0.1 | 113 | 8/28/2026 | |
| 3.0.0 | 132 | 8/27/2026 | |
| 3.0.0-rc.4 | 97 | 8/2/2026 | |
| 3.0.0-rc.3 | 90 | 7/30/2026 | |
| 3.0.0-rc.2 | 130 | 7/25/2026 | |
| 3.0.0-rc.1 | 94 | 7/25/2026 | |
| 3.0.0-alpha.11 | 95 | 7/24/2026 | |
| 3.0.0-alpha.8 | 330 | 12/20/2025 | |
| 3.0.0-alpha.7 | 250 | 12/19/2025 | |
| 3.0.0-alpha.6 | 393 | 12/19/2025 | |
| 3.0.0-alpha.5 | 322 | 11/23/2025 | |
| 3.0.0-alpha.4 | 326 | 11/10/2025 | |
| 3.0.0-alpha.1 | 260 | 10/16/2025 | |
| 1.3.0 | 1,298 | 6/2/2022 |
Added 2fa endpoints