Liking cljdoc? Tell your friends :D

session-lib.core


am-i-logged-inclj

(am-i-logged-in request)

Check if user is logged in

Check if user is logged in
sourceraw docstring

am-i-logged-in-fnclj

(am-i-logged-in-fn request)

Shortcut function for result comparation of am-i-logged-in function if user is logged in

Shortcut function for result comparation of am-i-logged-in function
if user is logged in
sourceraw docstring

create-indexesclj

(create-indexes)

Create indexes for system to work

Create indexes for system to work
sourceraw docstring

delete-session-recordclj

(delete-session-record request)

Delete session record from database

Delete session record from database
sourceraw docstring

(get-cookie cookies cookie-name)

Read cookie from request

Read cookie from request
sourceraw docstring

get-pass-for-email-usernameclj

(get-pass-for-email-username email-username password)

Get password for supplied email

Get password for supplied email
sourceraw docstring

login-authenticationclj

(login-authentication request-body user-agent)

Login authentication

Login authentication
sourceraw docstring

logoutclj

(logout request)

Logout user from system

Logout user from system
sourceraw docstring

long-session-timeout-numclj

source

refresh-sessionclj

(refresh-session request)

Refreash existing session uuid for long or short session timeout

Refreash existing session uuid for long or short session timeout
sourceraw docstring

(session-cookie-string cookie-name
                       user-id
                       username
                       session-uuid
                       timeout-in-seconds
                       user-agent
                       &
                       [is-secure-on is-httponly-on is-persistent])

Format session cookie with name, uuid, exparation datetime and max-age seconds

Format session cookie with name, uuid, exparation datetime and max-age seconds
sourceraw docstring

(session-cookie-string-fn remember-me user uuid user-agent)

Format session cookie

Format session cookie
sourceraw docstring

session-timeoutclj

(session-timeout seconds)

Return current date and time in particular format adding up seconds

Return current date and time in particular format
adding up seconds
sourceraw docstring

session-timeout-numclj

source

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

× close