An open API service indexing awesome lists of open source software.

https://github.com/dotnetauth/dotnetauth.client

a lightweight and flexible implementation of the OAuth 2.1
https://github.com/dotnetauth/dotnetauth.client

authorization oauth oauth2

Last synced: 5 months ago
JSON representation

a lightweight and flexible implementation of the OAuth 2.1

Awesome Lists containing this project

README

          

# 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):

```bash
Install-Package DotNetAuth.Client
```

## Contributing
We welcome contributions from the community.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.