Releases: marcelkliemannel/kotlin-onetimepassword
Releases · marcelkliemannel/kotlin-onetimepassword
2.4.1
2.4.0
Add a builder to create OTP Auth URIs
2.3.0
Fixed
- Remove default values from the convenience methods
2.2.0
- Add
ByteArray
random secret generator for the Google authenticator. - Deprecation of the
String
random secret generator for the Google authenticator. - Minor code clean ups.
2.1.0
New convenience methods to generate and validate TOTPs using the Java time API.
2.0.1
- Fix calculation of TOTP.
- Change license to Apache Software License 2.0.
2.0.0
- Update of all dependencies
- Complete revision of documentation
- New group ID/root package "dev.turingcomplete"
- New Jar signing certificate
1.0.0
Initial release