Does anyone know how to make a Discord Login Auth for a website? If you could share your knowledge to me, it would be really helpful. I’ve tried a lot of times but I cannot understand why my website is not getting any information of the logged user. Thank you for your time reading this message.
From a Discord Bot Developer and Glitch User,
TehPig_YT
Before getting started, let’s see what OAuth2 really is:
OAuth2 enables application developers to build applications that utilize authentication and data from the Discord API. This can be used to create things such as web dashboard to display user info, fetch linked third-party accounts like Twitch or Steam, access users’ guild information without actually being in the guild, and much more. OAuth2 can greatly extend the functionality of your bot if used correctly.