clj-totp

Clojure TOTP (Time Based One Time Password) library

Leiningen/Boot

[clj-totp "0.2.0"]

Clojure CLI/deps.edn

clj-totp/clj-totp {:mvn/version "0.2.0"}

Gradle

implementation("clj-totp:clj-totp:0.2.0")

Maven

<dependency>
  <groupId>clj-totp</groupId>
  <artifactId>clj-totp</artifactId>
  <version>0.2.0</version>
</dependency>