clj-oauth2

clj-http and ring middlewares for OAuth 2.0

Leiningen/Boot

[clj-oauth2 "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

clj-oauth2/clj-oauth2 {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("clj-oauth2:clj-oauth2:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-oauth2</groupId>
  <artifactId>clj-oauth2</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>