Skip to content

Instantly share code, notes, and snippets.

@ThomasJunk
Created December 11, 2019 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasJunk/6dc63a8fbfd4708316cabe9db2af06f1 to your computer and use it in GitHub Desktop.
Save ThomasJunk/6dc63a8fbfd4708316cabe9db2af06f1 to your computer and use it in GitHub Desktop.
generate secret token
python -c "import secrets;print(str(secrets.token_urlsafe(32)))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment