FriendsOfFlarum / oauth

Allow users to log in with GitHub, Twitter, Facebook, and more!
https://discuss.flarum.org/d/25182
MIT License
42 stars 14 forks source link

telegram login #46

Closed Minecon724 closed 3 weeks ago

Minecon724 commented 1 year ago

https://core.telegram.org/widgets/login could help

jiangyin14 commented 3 months ago

there are some plugins can do this in Extiverse nowadays, go and check it out

DavideIadeluca commented 3 weeks ago

Hi @Minecon724, thanks for your suggestion. Currently, it's not planned to add Telegram OAuth as a bundled provider in fof/oauth.

As @jiangyin14 mentioned, an Extension already exists https://flarum.org/extension/ghostiq/flarumtelegram, but it doesn't extend fof/oauth and is unlikely to work with Flarum v1.8.5. If you still need the functionality, I would suggest writing your own Extension. You can use some of the existing providers as a reference how to implement it.