We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897d46b commit f861fe2Copy full SHA for f861fe2
test-harness/tests/specs/integration/JWTSpec.cfc
@@ -156,7 +156,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" {
156
// The unique identifier of the token
157
"jti" : hash( timestamp & userId ),
158
// Get the user scopes for the JWT token
159
- "scopes" : [],
+ "scope" : [],
160
"role" : "admin"
161
};
162
0 commit comments