net.clojars.internal/one-time

One Time Password (TOTP and HOTP) library for Clojure. TOTP/HOTP is widely used for Two factor / Multi Factor Authentication.

Leiningen/Boot

[net.clojars.internal/one-time "0.9.0-clojars-01"]

Clojure CLI/deps.edn

net.clojars.internal/one-time {:mvn/version "0.9.0-clojars-01"}

Gradle

implementation("net.clojars.internal:one-time:0.9.0-clojars-01")

Maven

<dependency>
  <groupId>net.clojars.internal</groupId>
  <artifactId>one-time</artifactId>
  <version>0.9.0-clojars-01</version>
</dependency>