mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-10 20:39:27 +02:00
Update README.md
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
A **simple** library to handle Discord OAuth2 authentication.
|
A **simple** library to handle Discord OAuth2 authentication.
|
||||||
Meant to serve as an alternative to
|
Meant to serve as an alternative to
|
||||||
the [AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) library that
|
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
|
## Usage
|
||||||
|
|
||||||
@@ -38,4 +38,4 @@ if (DiscordOAuth.TryGetCode(HttpContext, out var code))
|
|||||||
## Feedback
|
## Feedback
|
||||||
|
|
||||||
DiscordOAuth2 is a work in progress and any feedback or suggestions are welcome.
|
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