django-telegram-login

The reusable Django application for Telegram authorization (also known as Telegram login).

MIT License

Downloads
692
Stars
100
Committers
3

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:

  1. Habrahabr article written in russian
  2. Medium article written in english

The documentation (https://django-telegram-login.readthedocs.io) of the package.