Skip to content

yola/auth_tkt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod_auth_tkt cookie implementation

Build Status

Modules

auth_tkt.ticket is a Python re-implementation of the mod_auth_tkt cookie. Cookies can be created with AuthTkt and verified with verify.

auth_tkt.encrypted's EncryptedAuthTkt is a wrapper around AuthTkt that stores an encrypted JSON payload in the mod_auth_tkt cookie's user-data section.

Helpers

There is a get_ticket_data function in auth_tkt.helepers, that decrypts and verifies a cookie.

Testing

Install development requirements:

pip install -r requirements.txt

Tests can then be run by doing:

nosetests

About

Python implementation of mod_auth_tkt cookies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages