Two Factor Auth nano

Two Factor Authentication (Auth) implementation for Java which uses the Time-based One-time Password (TOTP) algorithm.

License

License

GroupId

GroupId

com.github.embuc
ArtifactId

ArtifactId

nano2fa
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Two Factor Auth nano
Two Factor Authentication (Auth) implementation for Java which uses the Time-based One-time Password (TOTP) algorithm.
Project URL

Project URL

https://github.com/embuc/nano-2FA
Source Code Management

Source Code Management

https://github.com/embuc/nano-2FA

Download nano2fa

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.embuc/nano2fa/ -->
<dependency>
    <groupId>com.github.embuc</groupId>
    <artifactId>nano2fa</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.embuc/nano2fa/
implementation 'com.github.embuc:nano2fa:1.5'
// https://jarcasting.com/artifacts/com.github.embuc/nano2fa/
implementation ("com.github.embuc:nano2fa:1.5")
'com.github.embuc:nano2fa:jar:1.5'
<dependency org="com.github.embuc" name="nano2fa" rev="1.5">
  <artifact name="nano2fa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.embuc', module='nano2fa', version='1.5')
)
libraryDependencies += "com.github.embuc" % "nano2fa" % "1.5"
[com.github.embuc/nano2fa "1.5"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.10

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.5
1.4
1.3