diff options
Diffstat (limited to 'VPNAuth.Server/Api/OAuth2.cs')
-rw-r--r-- | VPNAuth.Server/Api/OAuth2.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/VPNAuth.Server/Api/OAuth2.cs b/VPNAuth.Server/Api/OAuth2.cs index f476bd4..b7bdcf7 100644 --- a/VPNAuth.Server/Api/OAuth2.cs +++ b/VPNAuth.Server/Api/OAuth2.cs @@ -47,6 +47,8 @@ public static class OAuth2 .Replace("/", "_"); } + // -> Request: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3 + // -> Response: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.4 public static async Task AccessTokenHandler(HttpContext context) { var config = Config.Read(); |