pyramid_cubicweb.auth¶
-
pyramid_cubicweb.auth.includeme(config)[source]¶ Activate the CubicWeb AuthTkt authentication policy.
Usually called via
config.include('pyramid_cubicweb.auth').See also pyramid_cubicweb.defaults
-
class
pyramid_cubicweb.auth.UpdateLoginTimeAuthenticationPolicy[source]¶ Bases:
objectAn authentication policy that update the user last_login_time.
The update is done in the ‘remember’ method, which is called by the login views login,
Usually used via
includeme().