diff options
author | Tim <contact@bytim.eu> | 2025-04-30 20:48:18 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-04-30 20:48:18 +0200 |
commit | 9e2acae9318420ed04dd6b225886cceb3405ca80 (patch) | |
tree | 11a39545aa223dc6159d16bd80a00e2869136d60 /VPNAuth.Server/Api/OAuth2.cs | |
parent | 40499249f1ddd34dd202d65848118ee3b90db2eb (diff) | |
download | VPNAuth-9e2acae9318420ed04dd6b225886cceb3405ca80.tar.xz VPNAuth-9e2acae9318420ed04dd6b225886cceb3405ca80.zip |
Link some more docs/specs
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(); |