org.clojars.cichli/ring-basic-authentication

Ring middleware to enforce basic authentication as described in RFC2617 section 2.

Leiningen/Boot

[org.clojars.cichli/ring-basic-authentication "1.0.5"]

Clojure CLI/deps.edn

org.clojars.cichli/ring-basic-authentication {:mvn/version "1.0.5"}

Gradle

implementation("org.clojars.cichli:ring-basic-authentication:1.0.5")

Maven

<dependency>
  <groupId>org.clojars.cichli</groupId>
  <artifactId>ring-basic-authentication</artifactId>
  <version>1.0.5</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.