Good afternoon!
Who can advise on authorization via Telegram connect
How to use it with django?
There is a Telegram registration widget that redirects the user after successful registration
The redirect link and POST request contain all the data received from Telegram, namely: first name, last name, username, photo_url, auth_date (unix time) and hash.
The question is: how to process this data so that it is used for user registration and authentication, that is, how to make a model, how to use views, and so on.
Sep 13, 2023, 7:38 AM
Literally Google it, or chatgpt
Sep 13, 2023, 8:41 AM