AuthEndpoints
A simple jwt authentication library for ASP.Net 6. AuthEndpoints library provides a set of API controllers to handle basic web & JWT authentication actions such as registration, login, reset password, etc. 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
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.