Skip to content

Commit 4269e22

Browse files
committed
fix: sample script
1 parent 71e4e35 commit 4269e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ROLES=user
99
DEFAULT_ROLES=user
1010
PROTECTED_ROLES=admin
1111
JWT_ROLE_CLAIM=role
12-
function(user,tokenPayload){var data = tokenPayload;data.extra = {'x-extra-id': user.id};return data;}
12+
CUSTOM_ACCESS_TOKEN_SCRIPT=function(user,tokenPayload){var data = tokenPayload;data.extra = {'x-extra-id': user.id};return data;}

0 commit comments

Comments
 (0)