Skip to content

Releases: wstrange/GoogleAuth

GoogleAuth 1.2.0

24 Jul 22:58
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Issue #66: allow configuration of the number of scratch codes to generate.

GoogleAuth 1.1.5

24 Jul 22:55
Compare
Choose a tag to compare

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

16 Nov 21:54
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Issue #60: Add GoogleAuthenticatorKey.Builder class to allow users to create instances of the GoogleAuthenticatorKey class.
  • Issue #60: Allow regeneration of QR codes.

GoogleAuth 1.1.3

13 Nov 06:45
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Issue #60: Allow regeneration of QR codes.
  • Issue #60: QR code for invalid configuration is created if a non-default configuration is used.
  • Bump dependencies to latest releases.

GoogleAuth 1.1.2

18 Aug 11:42
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Add support for HMAC-SHA-256
  • Bump dependencies to latest releases

GoogleAuth 1.1.1

18 Aug 11:41
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Fix getTotpPasswordOfUser to forward call to the right helper

GoogleAuth 1.1.0

18 May 01:44
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Add getTotpPassword* methods to generate TOTP passwords.

GoogleAuth 1.0.0

16 May 11:50
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Add getCredentialRepository() and setCredentialRepository(ICredentialRepository) methods to set the credential repository on a per-instance basis.

GoogleAuth 0.6.0

16 May 11:48
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • Allow users to specify the time used to calculate the TOTP password.

GoogleAuth 0.5.0

21 May 12:04
Compare
Choose a tag to compare

Release Notes

This release includes the following changes:

  • The random number generator algorithm and provider can be overridden using system properties.