WhoAmI1000 / discord-oauth2-example

Example of a Discord OAuth2 Login System
https://circlertech.com/working-with-discord-oauth2
MIT License
27 stars 12 forks source link

Invalid OAuth2 redirect_uri #4

Closed johndoddsjr closed 2 years ago

johndoddsjr commented 2 years ago

In the guide it says: "Click "Add Redirect" then type http://localhost:7100/ into the box and save your changes."

Placing the / at the end causes an error while trying to authorize with discord. Removing the slash fixes the issue. http://localhost:7100

WhoAmI1000 commented 2 years ago

Hello johndoddsjr,

Thank you for your observation. I have corrected the text and will correct the image in the tutorial soon. Thanks for your input!