This repository was archived by the owner on Jul 14, 2026. It is now read-only.
Telegram QR Login #822
Unanswered
abdulazizkhatamov
asked this question in
Q&A
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was trying to implement this, telegram qr authentication but when it comes to accepting and confirming tokens, I am lost.
Telegram qr login flow: https://core.telegram.org/api/qr-login
My repo: https://github.com/abdulazizkhatamov/telegram-qr-server
And my client code, the way I show QR: https://gist.github.com/abdulazizkhatamov/b91a69c7b9bd37891fc811c73919f6a9
I am using nest js with redis store and websocket for exporting tokens, but how do I actually handle rest of the flow ?
I would appreciate if anyone can help with real examples.. thanks !
All reactions