Generate a secure token using python 3 Feb 6, 2021 pgk python3 -c 'import secrets; print(secrets.token_urlsafe(64))'