Liking cljdoc? Tell your friends :D

cerber.stores.session

Functions handling OAuth2 session storage.

Functions handling OAuth2 session storage.
raw docstring

create-sessionclj

(create-session content & [ttl])

Creates and returns a new session.

Creates and returns a new session.
sourceraw docstring

create-session-storecljmultimethod

source

extend-sessionclj

(extend-session session)
source

find-sessionclj

(find-session sid)
source

init-storeclj

(init-store type config)

Initializes session store according to given type and configuration.

Initializes session store according to given type and configuration.
sourceraw docstring

normalizeclj

(normalize session)
source

purge-sessionsclj

(purge-sessions)

Removes sessions from store.

Removes sessions from store.
sourceraw docstring

revoke-sessionclj

(revoke-session session)

Revokes previously generated session.

Revokes previously generated session.
sourceraw docstring

session-storeclj

source

update-sessionclj

(update-session session)
source

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

× close