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 71e4e35 commit 4269e22Copy full SHA for 4269e22
.env.sample
@@ -9,4 +9,4 @@ ROLES=user
9
DEFAULT_ROLES=user
10
PROTECTED_ROLES=admin
11
JWT_ROLE_CLAIM=role
12
-function(user,tokenPayload){var data = tokenPayload;data.extra = {'x-extra-id': user.id};return data;}
+CUSTOM_ACCESS_TOKEN_SCRIPT=function(user,tokenPayload){var data = tokenPayload;data.extra = {'x-extra-id': user.id};return data;}
0 commit comments