(am-i-logged-in request)
Check if user is logged in
Check if user is logged in
(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
(create-indexes)
Create indexes for system to work
Create indexes for system to work
(delete-session-record request)
Delete session record from database
Delete session record from database
(get-cookie cookies cookie-name)
Read cookie from request
Read cookie from request
(get-pass-for-email-username email-username password)
Get password for supplied email
Get password for supplied email
(login-authentication request-body user-agent)
Login authentication
Login authentication
(refresh-session request)
Refreash existing session uuid for long or short session timeout
Refreash existing session uuid for long or short session timeout
(session-cookie-string cookie-name
user-id
username
session-uuid
timeout-in-seconds
user-agent)
Format session cookie with name, uuid, exparation datetime and max-age seconds
Format session cookie with name, uuid, exparation datetime and max-age seconds
(session-cookie-string-fn remember-me user uuid user-agent)
Format session cookie
Format session cookie
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close