Functions handling OAuth2 session storage.
Functions handling OAuth2 session storage.
(create-session content & [ttl])
Creates and returns a new session.
Creates and returns a new session.
(init-store type config)
Initializes session store according to given type and configuration.
Initializes session store according to given type and configuration.
(purge-sessions)
Removes sessions from store.
Removes sessions from store.
(revoke-session session)
Revokes previously generated session.
Revokes previously generated session.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close