A Python Flask app that makes people login with Discord using OAUTH2 lib.
base_url
.env
OAUTH2_CLIENT_ID = your_client_id
OAUTH2_CLIENT_SECRET = your_client_secret
^ take them from the Discord dev portal
Login with Discord Template
A Python Flask app that makes people login with Discord using OAUTH2 lib.
base_url
and create a.env
withOAUTH2_CLIENT_ID = your_client_id
andOAUTH2_CLIENT_SECRET = your_client_secret
^ take them from the Discord dev portal