From 423bc8def0159e59ce26c6841f0e2dc13e5d1463 Mon Sep 17 00:00:00 2001 From: x3rt <51767230+x3rt@users.noreply.github.com> Date: Fri, 2 Jun 2023 04:29:02 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec492ef..5483b65 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file +This library is released under the [MIT License](LICENSE).