Skip to content

Instantly share code, notes, and snippets.

@fobabs
Created January 20, 2023 12:50
Show Gist options
  • Save fobabs/5afff7170eb9c88cb5c86ee3fefbcc6d to your computer and use it in GitHub Desktop.
Save fobabs/5afff7170eb9c88cb5c86ee3fefbcc6d to your computer and use it in GitHub Desktop.
const crypto = require('crypto');
const accessToken = crypto.randomBytes(64).toString('hex');
const refreshToken = crypto.randomBytes(64).toString('hex');
console.table({ accessToken, refreshToken });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment