fix: allow using cookie and header in case of validating jwt

This commit is contained in:
Lakhan Samani
2022-01-24 09:56:12 +05:30
parent 87b1cac979
commit 4bc9059b0f
5 changed files with 21 additions and 9 deletions

View File

@@ -225,7 +225,7 @@ input SessionQueryInput {
}
input IsValidJWTQueryInput {
jwt: String!
jwt: String
roles: [String!]
}