Django-telegram-login
The reusable Django application for Telegram authorization, also known as Telegram login.
This package provides a widgets generators as part of HTML code that you can render from view by context easly, also callback and redirect ways to user’s login, and simple widgets’ customization functionaly.
Installing
Install and update using pip:
$ pip install django-telegram-login
Getting started
You are able to start working with package from tutorials:
The documentation (https://django-telegram-login.readthedocs.io) of the package.