TIL

Generate a random secret with Python

python3 -c "import secrets; print(secrets.token_urlsafe(50))"