summaryrefslogtreecommitdiffstats
path: root/nfsw/auth.py
Commit message (Collapse)AuthorAgeFilesLines
* nfsw/auth.py: Update load_logged_in_user.rsiddharth2019-12-151-1/+1
| | | | * nfsw/auth.py (load_logged_in_user): Fix if condition.
* nfsw/auth.py: Update login.rsiddharth2019-11-181-0/+5
|
* nfsw.auth: Remove print statement.rsiddharth2019-11-061-2/+0
|
* dingy -> nfswrsiddharth2019-11-011-1/+1
| | | | keep it simple, stupid.
* Add License headers.rsiddharth2019-10-271-0/+9
|
* nfsw/auth.py: Update logout.rsiddharth2019-10-261-3/+2
| | | | | - Remove it as an endpoint. - Remove the epilogue:done:USER_ID key from redis.
* nfsw/auth.py: On 'auth' redirect to epilogue.rsiddharth2019-10-261-4/+5
|
* /terms: Prettify.rsiddharth2019-10-241-1/+1
|
* nfsw/auth.py: Update login.rsiddharth2019-10-241-0/+2
| | | | Redirect user to 'io' page after successful login.
* nfsw/auth.py: Add login_required_ajax.rsiddharth2019-09-211-0/+13
|
* nfsw/auth.py: Add load_logged_in_userrsiddharth2019-09-131-0/+14
| | | | It's a bp.before_app_request function.
* nfsw/auth.py: Add 'logout' route.rsiddharth2019-09-131-0/+7
|
* nfsw/auth.py: Add 'sorry' route.rsiddharth2019-09-131-0/+8
|
* nfsw/auth.py: Add terms route.rsiddharth2019-09-131-0/+20
|
* nfsw/auth.py: Add register route.rsiddharth2019-09-131-0/+45
|
* nfsw/auth.py: Add login route.rsiddharth2019-09-131-0/+36
|
* nfsw/auth.py: Add not_agreed decorator.rsiddharth2019-09-131-0/+11
|
* nfsw/auth.py: Add anon_only decorator.rsiddharth2019-09-131-0/+11
|
* nfsw/auth.py: Add login_required decorator.rsiddharth2019-09-131-0/+11
|
* nfsw/auth.py: Remove register.rsiddharth2019-09-131-27/+0
|
* nfsw/auth.py: Remove login.rsiddharth2019-09-131-29/+0
|
* nfsw/auth.py: Remove auth.rsiddharth2019-09-131-24/+0
|
* nfsw/auth.py: Remove 'auth' prefix for this blueprint.rsiddharth2019-09-131-1/+1
|
* Add some auth flask snafu.rsiddharth2019-09-121-0/+98