issues
search
jlmadurga
/
django-telegram-bot
Django app to write Telegram bots. Just define commands and how to handle them.
BSD 3-Clause "New" or "Revised" License
142
stars
45
forks
source link
Feature/authentication
#6
Closed
jlmadurga
closed
8 years ago
jlmadurga
commented
8 years ago
Add authentication mechanism
Decorate
bot_views
with
login_require
decorator
If chat is no associated with any token, Send telegram message with link to open website login view
Once logged link to open new telegram chat with start deep linking
Associate token to chat id
That chat is considered authenticated for configurable time
Add authentication mechanism
bot_views
withlogin_require
decorator