bodyguard

An opinionated Clojure/Ring library designed for authentication and authorization in web applications and services.

Leiningen/Boot

[bodyguard "0.1b"]

Clojure CLI/deps.edn

bodyguard/bodyguard {:mvn/version "0.1b"}

Gradle

implementation("bodyguard:bodyguard:0.1b")

Maven

<dependency>
  <groupId>bodyguard</groupId>
  <artifactId>bodyguard</artifactId>
  <version>0.1b</version>
</dependency>