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 login support #422

Open
damascene opened this issue Mar 5, 2023 · 2 comments
Open

Telegram login support #422

damascene opened this issue Mar 5, 2023 · 2 comments

Comments

@damascene
Copy link

I would like to see Telegram login support in Python Social Auth - Django

Support seems present in social-core

https://github.com/python-social-auth/social-core/blob/master/social_core/backends/telegram.py

Could you please implement Telegram login support with proper documentation.

Thank you

@sergio-itru
Copy link

It is already working.

As per message of author telegram implementation https://khashtamov.com/ru/telegram-auth-django/ , if you use django version > 4, you shoud add SECURE_CROSS_ORIGIN_OPENER_POLICY = None to settings.py

https://python-social-auth.readthedocs.io/en/latest/configuration/django.html within this link you can find a general guide

@razumv
Copy link

razumv commented Nov 3, 2023

Hi guys! What version of Django does telegram authorization currently work on?

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

No branches or pull requests

3 participants