From 9e2acae9318420ed04dd6b225886cceb3405ca80 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 30 Apr 2025 20:48:18 +0200 Subject: Link some more docs/specs --- VPNAuth.Server/Api/OAuth2.cs | 2 ++ 1 file changed, 2 insertions(+) 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(); -- cgit v1.2.3