clj-oauth2 icon indicating copy to clipboard operation
clj-oauth2 copied to clipboard

OAuth 2.0 implementation for Clojure

Results 4 clj-oauth2 issues
Sort by recently updated
recently updated
newest added

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"...