This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import crypto from 'crypto'; | |
import jwt from 'jsonwebtoken'; | |
import { v4 as uuid } from 'uuid'; | |
const secret = 'your-access-token-secret'; | |
console.log('access token secret\n', secret); | |
const refreshTokenSecret = 'your-refresh-token-secret'; | |
console.log('refresh token secret\n', refreshTokenSecret); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
999911110 |
OlderNewer