Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 788 Bytes

File metadata and controls

25 lines (16 loc) · 788 Bytes

DotNetAuth - .NET OAuth 2.1 Library

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.

Features

  • Detailed control over the OAuth 2.1 process.
  • Ability to customize the consent screen.
  • Allows developers to define specific OAuth callback endpoints.

Getting Started

Installation

Install via NuGet (or whatever package manager you're using):

Install-Package DotNetAuth.Client

Contributing

We welcome contributions from the community.

License

This project is licensed under the MIT License - see the LICENSE file for details.