simple-authentication

This is a simple authentication plugin for Conjure.

Leiningen/Boot

[simple-authentication "1.1.0-RC1"]

Clojure CLI/deps.edn

simple-authentication/simple-authentication {:mvn/version "1.1.0-RC1"}

Gradle

implementation("simple-authentication:simple-authentication:1.1.0-RC1")

Maven

<dependency>
  <groupId>simple-authentication</groupId>
  <artifactId>simple-authentication</artifactId>
  <version>1.1.0-RC1</version>
</dependency>