GUACAMOLE-96: Add TOTP generator implementation based on reference implementation from IETF.

This commit is contained in:
Michael Jumper
2017-11-20 00:22:26 -08:00
parent 264fd24b65
commit b55e56179c
6 changed files with 687 additions and 0 deletions

View File

@@ -154,6 +154,21 @@
<scope>provided</scope>
</dependency>
<!-- Guava - Utility Library -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>