Skip to content

Instantly share code, notes, and snippets.

@rwillig
Created March 9, 2015 16:08
Show Gist options
  • Save rwillig/e99931837bb4d2d3080f to your computer and use it in GitHub Desktop.
Save rwillig/e99931837bb4d2d3080f to your computer and use it in GitHub Desktop.
(def app
(->
(castra 'castra.api)
(wrap-cors #".*")
(wrap-session {:store (cookie-store {:key "a 16-byte secret"})})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment