Skip to content

Instantly share code, notes, and snippets.

View alexkalderimis's full-sized avatar

Alex Kalderimis alexkalderimis

  • StackBlitz
  • Maine, USA
  • 14:54 (UTC -04:00)
View GitHub Profile
(ns myapp.authenticate.oauth
"OAuth authentication"
(:require
[cheshire.core :as json]
[clj-http.client :as http]
[clojure.string :as string]
[clojure.tools.logging :as logging])
(:use
[oauthentic.core :only [build-authorization-url fetch-token]]
[ring.util.response :only [redirect]]