coldsweat icon indicating copy to clipboard operation
coldsweat copied to clipboard

Improvements to auth and session code

Open passiomatic opened this issue 11 years ago • 0 comments

Remove expired sessions

See reference session implementation in https://pypi.python.org/pypi/wsgistate/

Use a log in decorator to access certain views

Add something like @login_required to views

passiomatic avatar Oct 15 '13 20:10 passiomatic