Releases: wstrange/GoogleAuth
Releases · wstrange/GoogleAuth
GoogleAuth 1.2.0
Release Notes
This release includes the following changes:
- Issue #66: allow configuration of the number of scratch codes to generate.
GoogleAuth 1.1.5
Release Notes
This release includes the following changes:
- Issue #63: Not setting scratch codes in
GoogleAuthenticatorKey
causes a null pointer exception.
GoogleAuth 1.1.4
GoogleAuth 1.1.3
GoogleAuth 1.1.2
Release Notes
This release includes the following changes:
- Add support for
HMAC-SHA-256
- Bump dependencies to latest releases
GoogleAuth 1.1.1
Release Notes
This release includes the following changes:
- Fix
getTotpPasswordOfUser
to forward call to the right helper
GoogleAuth 1.1.0
Release Notes
This release includes the following changes:
- Add
getTotpPassword*
methods to generate TOTP passwords.
GoogleAuth 1.0.0
Release Notes
This release includes the following changes:
- Add
getCredentialRepository()
andsetCredentialRepository(ICredentialRepository)
methods to set the credential repository on a per-instance basis.
GoogleAuth 0.6.0
Release Notes
This release includes the following changes:
- Allow users to specify the time used to calculate the TOTP password.
GoogleAuth 0.5.0
Release Notes
This release includes the following changes:
- The random number generator algorithm and provider can be overridden using system properties.