Liking cljdoc? Tell your friends :D

dogfort.middleware.session.cookie

A session storage engine that stores session data in encrypted cookies. Less secure than the ring version. Woof woof!

A session storage engine that stores session data in encrypted cookies.
Less secure than the ring version.  Woof woof!
raw docstring

(cookie-store)
(cookie-store options)

Creates an encrypted cookie storage engine. Accepts the following options:

:key - The secret key to encrypt the session cookie. Must be exactly 16 bytes If no key is provided then a random key will be generated. Note that in that case a server restart will invalidate all existing session cookies.

Creates an encrypted cookie storage engine. Accepts the following options:

:key - The secret key to encrypt the session cookie. Must be exactly 16 bytes
       If no key is provided then a random key will be generated. Note that in
       that case a server restart will invalidate all existing session
       cookies.
sourceraw docstring

CookieStorecljs

source

cryptocljs

source

hmaccljs

source

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

× close