Skip to content

Releases: auth0/Auth0.Android

1.12.2

18 Jun 19:48
31edf1c
Compare
Choose a tag to compare

1.12.2 (2018-03-19)

Full Changelog

Fixed

1.12.1

18 Jun 19:48
f0650c0
Compare
Choose a tag to compare

1.12.1 (2018-02-01)

Full Changelog

Fixed

  • Fix NPE when browser re-attempts a finished authentication #143 (lbalmaceda)

1.12.0

18 Jun 19:49
37b9fc4
Compare
Choose a tag to compare

1.12.0 (2017-11-17)

Full Changelog

Added

  • Add support for TLS1.2 on pre-lollipop devices. #128 (dj-mal)

1.11.0

18 Jun 19:49
Compare
Choose a tag to compare

1.11.0 (2017-10-17)

Full Changelog

Added

Changed

1.10.1

18 Jun 19:49
Compare
Choose a tag to compare

1.10.1 (2017-10-05)

Full Changelog

Fixed

1.10.0

18 Jun 19:49
Compare
Choose a tag to compare

1.10.0 (2017-07-19)

Full Changelog

Changed

  • Add a manifest placeholder for configuring the scheme #110 (lbalmaceda)

1.9.0

18 Jun 19:50
Compare
Choose a tag to compare

1.9.0 (2017-07-10)

Full Changelog

Added

  • Add hasValidCredentials and clearCredentials to CredentialsManager #102 (lbalmaceda)
  • Add granted scope to the Credentials object #97 (lbalmaceda)
  • Add CredentialsManager and generic Storage #96 (lbalmaceda)

Changed

1.8.0

18 Jun 19:50
Compare
Choose a tag to compare

1.8.0 (2017-04-27)

Full Changelog

Added

1.7.0

18 Jun 19:50
Compare
Choose a tag to compare

1.7.0 (2017-04-06)

Full Changelog

Added

  • Add WebAuthProvider Rule error message parsing #89 (lbalmaceda)

1.6.0

18 Jun 19:51
Compare
Choose a tag to compare

1.6.0 (2017-03-02)

Full Changelog

Added

  • Add expires_in field to the Credentials class #78 (lbalmaceda)
  • Added: GET UserProfile endpoint for UsersAPIClient #76 (lbalmaceda)

Changed

  • Extract the user id from the 'sub' claim if present #77 (lbalmaceda)
  • Strictly compare the OIDC invalid_request message #75 (lbalmaceda)
  • Credentials fields are not guaranteed to be present #74 (lbalmaceda)

Fixed

  • Ensure closing the response body after it was parsed #79 (lbalmaceda)