Liking cljdoc? Tell your friends :D

aging-session.modify-user-session


ModifyUserSessioncljprotocol

A protocol for modifying the session(s) of a user that is not actively controlling the application. For example, if an administrator wants to disable/delete a user account, they will be able to terminate all existing user sessions.

A protocol for modifying the session(s) of a user that is not actively controlling the application.
For example, if an administrator wants to disable/delete a user account, they will be able to terminate
all existing user sessions.

terminate-user-sessionsclj

(terminate-user-sessions store keys reason)

Accepts a session-store, multiple keys (session-ids) to terminate the user session(s) and a reason for why the session was terminated.

Accepts a session-store, multiple keys (session-ids) to terminate the user session(s) and a reason for why
the session was terminated.
sourceraw docstring

SessionLookupcljprotocol

A protocol for looking up the session details of a user based on their data in an application.

A protocol for looking up the session details of a user based on their data in an application.

session-detailsclj

(session-details store user-data)

Accepts a session-store and data which would identify the user whose session details will be retreived.

Accepts a session-store and data which would identify the user whose session details will be
retreived.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close