cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
auth.py File Reference

Go to the source code of this file.

Packages

namespace  src.wi.utils.auth

Functions

def src.wi.utils.auth.authenticate
 Method for authentication.
def src.wi.utils.auth.cm_authenticate
 CM admin authentication.
def src.wi.utils.auth.cm_login
 Stores CM admin specific data in session.
def src.wi.utils.auth.cm_logout
 Cleans CM admin specific data from session.
def src.wi.utils.auth.login
 Saves user in session.
def src.wi.utils.auth.logout
 Removes data connected with user from the session.

Variables

string src.wi.utils.auth.session_key = '_auth_user_id'