bodyguard

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

Leiningen/Boot

[bodyguard "0.1.0-beta4"]

Clojure CLI/deps.edn

bodyguard/bodyguard {:mvn/version "0.1.0-beta4"}

Gradle

implementation("bodyguard:bodyguard:0.1.0-beta4")

Maven

<dependency>
  <groupId>bodyguard</groupId>
  <artifactId>bodyguard</artifactId>
  <version>0.1.0-beta4</version>
</dependency>