AuthEndpoints 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package AuthEndpoints --version 1.4.2
NuGet\Install-Package AuthEndpoints -Version 1.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AuthEndpoints" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AuthEndpoints --version 1.4.2
#r "nuget: AuthEndpoints, 1.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AuthEndpoints as a Cake Addin
#addin nuget:?package=AuthEndpoints&version=1.4.2

// Install AuthEndpoints as a Cake Tool
#tool nuget:?package=AuthEndpoints&version=1.4.2

AuthEndpoints

nuget issues downloads workflow license

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.

Available Endpoints

  • /users
  • /users/me
  • /users/delete
  • /users/verify_email
  • /users/verify_email_confirm
  • /users/set_password
  • /users/reset_password
  • /users/reset_password_confirm
  • /users/enable_2fa
  • /users/enable_2fa_confirm
  • /users/two_step_verification_login
  • /users/two_step_verification_confirm
  • /jwt/create
  • /jwt/refresh
  • /jwt/verify

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

Get started

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0 1,044 9/24/2022
2.1.1 960 9/9/2022
2.1.0 990 9/9/2022
2.0.2 992 9/3/2022
2.0.1 922 8/31/2022
2.0.0 977 8/22/2022
1.7.0 985 8/10/2022
1.6.0 975 8/8/2022
1.5.0 926 8/2/2022
1.4.9 1,000 7/30/2022
1.4.8 973 7/27/2022
1.4.7 1,081 7/17/2022
1.4.6 966 6/25/2022
1.4.5 971 6/20/2022
1.4.4 977 6/18/2022
1.4.3 949 6/16/2022
1.4.2 1,029 6/14/2022
1.4.1 998 6/11/2022
1.4.0 1,044 6/6/2022
1.3.0 970 6/2/2022
1.2.0 975 5/30/2022
1.1.0 985 5/26/2022
1.0.1 952 5/25/2022
1.0.0 986 5/24/2022

Update MailKit version to 3.3.0 and Deprecate `BaseEndpointsController<,>`. Add  `BasicAuthenticationController<,>`