aboutsummaryrefslogtreecommitdiff
path: root/VPNAuth.Server
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-04-30 20:48:18 +0200
committerTim <contact@bytim.eu>2025-04-30 20:48:18 +0200
commit9e2acae9318420ed04dd6b225886cceb3405ca80 (patch)
tree11a39545aa223dc6159d16bd80a00e2869136d60 /VPNAuth.Server
parent40499249f1ddd34dd202d65848118ee3b90db2eb (diff)
downloadVPNAuth-9e2acae9318420ed04dd6b225886cceb3405ca80.tar.xz
VPNAuth-9e2acae9318420ed04dd6b225886cceb3405ca80.zip
Link some more docs/specs
Diffstat (limited to 'VPNAuth.Server')
-rw-r--r--VPNAuth.Server/Api/OAuth2.cs2
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();