-
-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: Telegram Connector #3669
Comments
I was stuck with sign in via apple native + supabase using swift and apple's official demo code for apple sign in - here's nodejs code https://github.com/johndpope/Sign-in-with-Apple-for-supabase/blob/master/server.js related UPDATE |
sorry we missed this. telegram connector is great to have. did you entering the Discord server? since we have some users discussing Telegram connector there |
@wweevv-johndpope did you post accidentally? didn't see the comment is related to Logto. |
This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
What problem did you meet?
Telegram is definitely one of the most popular chatting platform. While going through the connectors list, I realised there's none for Telegram.
I even went on to try and build a custom Connector for Telegram but I'm not able to wrap my head around how to do it. I went through the docs but no luck so far.
Describe what you'd like Logto to have
Would it be possible to add Telegram as a connector? I've seen other projects to simply ignore it based on complexity of the how Telegram does OAuth (which is totally a pain-point).
For eg: nextauthjs/next-auth#2406
Can support for Telegram be added? I'd be happy to contribute but I need some help since I can't quite get the flow right
Telegram success API returns the following response in query params:
They do not return an auth token (at least I'm not aware of it). All you can do is an integrity check on the response you receive (something like a checksum validation). I can go a bit more in detail if someone's up for the task or maybe help me with it?
The text was updated successfully, but these errors were encountered: