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
- Host: GitHub
- URL: https://github.com/dotnetauth/dotnetauth.client
- Owner: dotnetauth
- License: mit
- Created: 2023-08-04T07:39:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T09:52:17.000Z (over 2 years ago)
- Last Synced: 2023-10-11T15:21:09.765Z (over 2 years ago)
- Topics: authorization, oauth, oauth2
- Language: C#
- Homepage: https://dotnetauth.github.io/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.