bodyguard

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

Leiningen/Boot

[bodyguard "0.2b"]

Clojure CLI/deps.edn

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

Gradle

implementation("bodyguard:bodyguard:0.2b")

Maven

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