Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make_Auth.VariablesSourceVariables contains types, functions and local variables based on Auth_sign.MODEL.
authenticated is a variable valid for a single request, indicates if authentication has been previously completed. Should be set in SESSIONMANAGER.auth_setup
current_user is a variable valid for a single request, holds an authenticated entity from a session. Should be set in SESSIONMANAGER.auth_setup
auth_error is a field with error which occured during any stage of authentication
update_current_user user request updates current_user and session.