add jwt claims as part of validation endpoint
This commit is contained in:
@@ -153,6 +153,7 @@ type Env {
|
||||
|
||||
type ValidateJWTTokenResponse {
|
||||
is_valid: Boolean!
|
||||
claims: Map
|
||||
}
|
||||
|
||||
type GenerateJWTKeysResponse {
|
||||
|
Reference in New Issue
Block a user