clj-oauth2
clj-oauth2 copied to clipboard
OAuth 2.0 implementation for Clojure
We needed to have the ability to re-authenticate (renew) an `access-token` from an initial call to `get-access-token` when the token timed out. In order to do this, there needed to...
Hi..sorry for my noob question...but, maybe for my bad english, I can't understand what is exactly auth-resp just now my code is ``` clojure (def google-oauth {:authorization-uri "https://accounts.google.com/o/oauth2/auth" :access-token "I-9qsYxxxxxxml_DtJj"...
Are we ready to release 0.4.0? Anything You'd like to see?