mmarx / django-urlauth

Patched version of https://pypi.python.org/pypi/django-urlauth/0.1.8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

==============
django-urlauth
==============

This django application allows you to build special link. When somebody goes via that link to your site he will be automatically authenticated. THis is acheaved with special GET argumetns which is appended to the link. Such link are usually used in the emails.

Example of such link: http://domain.com/profile/edit/?authkey=SOME_HASH

For installation insctructions see the file "INSTALL". Full documentation is available in the file "index.rst" in the "docs/" directory.

About

Patched version of https://pypi.python.org/pypi/django-urlauth/0.1.8


Languages

Language:Python 100.0%