Update README.md

This commit is contained in:
x3rt
2023-06-02 04:29:02 -06:00
committed by GitHub
parent 4b2a1c5d6f
commit 423bc8def0

View File

@@ -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).