A Python Flask app that makes people login with Discord using OAUTH2 lib.
Noice
How do I set this up when I remix it doesn’t work?
base_url
.env
OAUTH2_CLIENT_ID = your_client_id
OAUTH2_CLIENT_SECRET = your_client_secret
^ take them from the Discord dev portal
Ok
So when I did this now it says “invalid 0AUTH2” redirect
Login with Discord Template
A Python Flask app that makes people login with Discord using OAUTH2 lib.
Noice
How do I set this up when I remix it doesn’t work?
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
Ok
@ssebastianooSo when I did this now it says “invalid 0AUTH2” redirect
@ssebastianoo