Skip to content

Instantly share code, notes, and snippets.

@bhenry
Created May 23, 2012 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhenry/1d2f02a1a4683879c42a to your computer and use it in GitHub Desktop.
Save bhenry/1d2f02a1a4683879c42a to your computer and use it in GitHub Desktop.
(defpage "/logout" []
(session/clear!)
(response/redirect (str AUTH_URL "logout")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment