mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-09 03:49:36 +02:00
Update README.md
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
A **simple** library to handle Discord OAuth2 authentication.
|
||||
Meant to serve as an alternative to
|
||||
the [AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) library that
|
||||
gives more control to the user.
|
||||
gives more control to the user and one that can be used by people that are trying to avoid ASP.NETs cluttered and bulky Identity system.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -38,4 +38,4 @@ if (DiscordOAuth.TryGetCode(HttpContext, out var code))
|
||||
## Feedback
|
||||
|
||||
DiscordOAuth2 is a work in progress and any feedback or suggestions are welcome.
|
||||
This library is released under the [MIT License](LICENSE).
|
||||
This library is released under the [MIT License](LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user