simple-authentication

This is a simple authentication plugin for Conjure.

Leiningen/Boot

[simple-authentication "1.0.0"]

Clojure CLI/deps.edn

simple-authentication/simple-authentication {:mvn/version "1.0.0"}

Gradle

implementation("simple-authentication:simple-authentication:1.0.0")

Maven

<dependency>
  <groupId>simple-authentication</groupId>
  <artifactId>simple-authentication</artifactId>
  <version>1.0.0</version>
</dependency>