Skip to content

Commit a88f5fe

Browse files
fixing
1 parent db7c610 commit a88f5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fern/customization/jwt-authentication.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const payload = {
4242
tag: 'private',
4343
};
4444

45+
// Get the private key from environment variables
4546
const key = process.env.PRIVATE_KEY;
4647

4748
// Define token options
@@ -68,6 +69,7 @@ const payload = {
6869
},
6970
};
7071

72+
// Get the private key from environment variables
7173
const key = process.env.PRIVATE_KEY;
7274

7375
// Define token options

0 commit comments

Comments
 (0)