Skip to content

3.0.0

Choose a tag to compare

@lbalmaceda lbalmaceda released this 04 May 18:23

This release brings a few improvements that come with new requirements. Check the details in the Migration Guide file if you are coming from a previous version, to understand how these impact you.

In summary, this release brings:

  • Open ID Connect compliant practices.
  • ID token verification for Web Authentication flows.
  • A new customizable networking stack.
  • Simpler Android app set up.

Some of these features were previously available but only enforced when the "OIDC" flag was explicitly enabled.

V3 Changelog

Full Changelog
Closed issues

  • AuthenticationCallback methods are only called the first time I login #607
  • UnauthorizedErrors are not received in lock widget callbacks #606

Added

Changed

Removed

  • Remove support for changing the Social Button style [SDK-2430] #614 (lbalmaceda)
  • Remove support for Implicit Authentication flow [SDK-2430] #613 (lbalmaceda)
  • Remove WebView component support [SDK-2430] #612 (lbalmaceda)

Fixed

Breaking changes