Two Factor Auth

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

License

License

GroupId

GroupId

com.j256.two-factor-auth
ArtifactId

ArtifactId

two-factor-auth
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/j256/two-factor-auth
Source Code Management

Source Code Management

https://github.com/j256/two-factor-auth

Download two-factor-auth

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
commons-codec : commons-codec jar 1.6

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.0
0.2