Skip to content
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

telegram? #12

Open
GalaxyCP opened this issue Jul 12, 2023 · 1 comment
Open

telegram? #12

GalaxyCP opened this issue Jul 12, 2023 · 1 comment

Comments

@GalaxyCP
Copy link

GalaxyCP commented Jul 12, 2023

What are you trying to do?

Add telegram auth

What's your proposed solution?

libs https://hybridauth.github.io/documentation.html

Additional context

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

@engram-design
Copy link
Member

There are a few things to consider that hinder us including Telegram as a login provider.

  • They don't use OAuth, like every other provider that has support for this plugin. We would have to alter a few things to cater for that.
  • They require the use of their own branded button and JS docs, which will also require changes to this plugin
  • The response back from a login action doesn't contain an email. This is the bare-minimum requirement for us to register users as Craft users (if enabled). So registration won't be possible, just login and authorizing.

I'll look into it further, and gauge demand for this provider in the meantime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants