clj-otp

Generate one time passwords using HOTP and TOTP.

Leiningen/Boot

[clj-otp "0.1.3"]

Clojure CLI/deps.edn

clj-otp/clj-otp {:mvn/version "0.1.3"}

Gradle

implementation("clj-otp:clj-otp:0.1.3")

Maven

<dependency>
  <groupId>clj-otp</groupId>
  <artifactId>clj-otp</artifactId>
  <version>0.1.3</version>
</dependency>