Fork of aerogear-otp-java
This forks adds functionality to support time drifting Hardware TOTP tokens mentioned in RFC 6238. Section 6.
A Java library for generating one time passwords according to RFC 6238..
This API is compatible with Google Authenticator apps available for Android and iPhone. You can follow the instructions here to install Google Authenticator.
Project Info | |
---|---|
License: | Apache License, Version 2.0 |
Build: | Maven |
Documentation: | tba |
Issue tracker: | tba |
Mailing lists: | tba |
tba |
Add to your application's build.gradle
file
dependencies {
compile 'dev.uni-hamburg:timedrift-totp-java:2.0.1'
}
Include the following dependencies in your project's pom.xml
<dependency>
<groupId>dev.uni-hamburg</groupId>
<artifactId>timedrift-totp-java</artifactId>
<version>2.0.1</version>
</dependency>