core.security.identity_policy
Classes
Stores the tokens associated with the identity on the browser session |
Functions
|
|
|
|
|
Clears the tokens associated with the identity from given browser |
|
Checks if tokens associated with the identity are stored for the given |
Module Contents
- class core.security.identity_policy.IdentityPolicy[source]
Stores the tokens associated with the identity on the browser session
- identify(request: core.request.CoreRequest) morepath.Identity | None [source]
- remember(response: morepath.Response, request: core.request.CoreRequest, identity: morepath.Identity) None [source]
- forget(response: morepath.Response, request: core.request.CoreRequest) None [source]
- core.security.identity_policy.identity_policy() IdentityPolicy [source]