Member Tufan

// Authentication Portal

Authorization Successful

Your Discord account has been safely linked via secure OAuth2 API node.

Token expires in 10:00
1,468
Members
Online
Status
2 Servers Tracked
Authorization Code
NO CODE FOUND
Join Servers
Node 01
Node 02
Next Steps & Bot Configuration
01
Click & Authorize: When users click the bot's verification link and hit 'Authorize', Discord redirects them to this portal page with a unique temporary code in the URL.
02
Copy & Submit: JavaScript extracts the code parameter into the box above. Copy the code and run !auth CODE inside the Discord server to complete verification.
03
REDIRECT_URI Config: Set your app endpoint in your Python configuration: REDIRECT_URI = "https://dc-bot-member-wev.vercel.app"
04
Developer Portal Mapping: Go to the Discord Developer Portal ➔ OAuth2 ➔ Redirects. Add your custom Vercel URL directly and save.