Skip to content

Allows you to require authentication on Django pages that use URL hashes for state.

License

Notifications You must be signed in to change notification settings

vegitron/django-login-required-with-url-hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-login-required-with-url-hash

Allows you to require authentication on Django pages that use URL hashes for state.

To install:

pip install -e git://github.com/vegitron/django-login-required-with-url-hash#egg=LoginRequired-HashURL

To use in your views:

from login_url_hash.decorators import hash_aware_login_required 

@hash_aware_login_required
def view_name(request)....

About

Allows you to require authentication on Django pages that use URL hashes for state.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages