fix: add "type" as reserved claim

This commit is contained in:
Elias Schneider
2025-04-17 20:41:21 +02:00
parent 50e4c5c314
commit 0111a58dac

View File

@@ -26,6 +26,7 @@ func isReservedClaim(key string) bool {
"email",
"preferred_username",
"groups",
TokenTypeClaim,
"sub",
"iss",
"aud",