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 64e90a7 commit 78ab925Copy full SHA for 78ab925
1 file changed
__test__/index.test.ts
@@ -31,7 +31,7 @@ function buildAuthorizerCliArgs(): { args: string[]; clientId: string } {
31
const clientSecret = randomUUID();
32
const jwtSecret = randomUUID();
33
const customAccessTokenScript =
34
- "function(user,tokenPayload){var data = tokenPayload;data.extra = {'x-extra-id': user.id};return data;}";
+ 'function(user,tokenPayload){var data = tokenPayload;data.extra = {\'x-extra-id\': user.id};return data;}';
35
36
const args = [
37
'--client-id',
0 commit comments