social-docs icon indicating copy to clipboard operation
social-docs copied to clipboard

Telegram documentation missing

Open damascene opened this issue 2 years ago • 2 comments

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

damascene avatar Mar 05 '23 05:03 damascene

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

sergio-itru avatar Jun 13 '23 21:06 sergio-itru

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

razumv avatar Nov 03 '23 20:11 razumv