DotNetAuth is a lightweight and flexible implementation of the OAuth 2.1 specification for .NET. Unlike many other libraries, DotNetAuth offers developers full control over the OAuth process, particularly in customizing the consent screen and defining endpoints.
- Detailed control over the OAuth 2.1 process.
- Ability to customize the consent screen.
- Allows developers to define specific OAuth callback endpoints.
Install via NuGet (or whatever package manager you're using):
Install-Package DotNetAuth.Client
We welcome contributions from the community.
This project is licensed under the MIT License - see the LICENSE file for details.