Metadata-Version: 2.1
Name: django-tokenauth
Version: 0.5.0
Summary: An authentication backend that uses tokens sent over email to authenticate users.
Home-page: https://github.com/skorokithakis/django-tokenauth
Author: Stavros Korokithakis
Author-email: hi@stavros.io
License: BSD
Keywords: django
Platform: UNKNOWN

A small Django authentication backend that sends users a one-time login link through email. When the user clicks the link, they are immediately logged in.


