Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Classes | Namespaces | Variables
auth.py File Reference

Go to the source code of this file.

Classes

class  wowf.lib.auth.Auth

Namespaces

namespace  wowf.lib.auth

Variables

string wowf.lib.auth.LOGIN_GROUP = 'login'
list wowf.lib.auth.DEFAULT_GROUPS = [LOGIN_GROUP]
string wowf.lib.auth.LOGIN_TOKEN_KEY = 'auth_token'
tuple wowf.lib.auth.LOGIN_TOKEN_LIFETIME = datetime.timedelta(days=30)
tuple wowf.lib.auth.PASSWORD_TOKEN_LIFETIME = datetime.timedelta(hours=24)
tuple wowf.lib.auth.INVITE_TOKEN_LIFETIME = datetime.timedelta(days=30)