summaryrefslogtreecommitdiffstats
path: root/auth.py
Commit message (Collapse)AuthorAgeFilesLines
* auth: fix auth/redirect if app is hosted in subdirAlexander Sulfrian2014-11-191-2/+17
|
* auth: delete current sessions on logoutAlexander Sulfrian2014-11-191-1/+15
| | | | | | On logout all session from the current bowser window are cleared. We generate a uuid on login (and safe this in the flask session object) and delete all padlite session with this uuid on logout.
* auth: login_user should pass the return valueAlexander Sulfrian2014-11-191-1/+1
|
* auth: add custom flask_peewee auth module for ldap authAlexander Sulfrian2013-09-041-0/+59