Telegram Sign Up/Log In
Users can log in/register the system through their Telegram account
API Usage Instructions
一、Setting Up Telegram Login Configuration
二、Retrieve Third-Party Login Configuration Information
{
// Third-party source: Supported third-party login sources
// Optional values include: google, facebook, twitter, telegram, apple, metamask, separated by commas
"thirdSource": "google,telegram" // Example: using Google and Telegram login
}
三、Login Code Implementation
1. Include the Telegram JavaScript SDK
2. Initiate Login Authorization Request via Button:
3. Telegram Access Token Verification
4. Complete Login/Register
Last updated