21 April 2020 (v2.31)
Authentication
- 
OpenID as a Service (OaaS):
- 
The Consent Hosted Page is now only displayed on the first connection to improve user experience and accelerate the login. For more information, please read this page.
 
 - 
 - 
Addition of the "Remember Me" login functionality.
Users can now choose to stay connected for a long period on your site or not.
You can implement this functionality in the:
- 
Core JS SDK, by setting the persistent parameter to
true. - 
UI JS SDK, using the showRememberMe checkbox.
 
The duration of the persisted session can be configured on the ReachFive Console.
 - 
 
Integrations
- 
Removed the ability to select Third-Party clients in Hosted Pages configuration in the ReachFive Console
 
Fixes
- 
Performance improvement on /identity/v1/passwordless/verify calls
 - 
Fixed a bug that prevented the modification of clients on the Login As configuration page
 - 
Improved SSO session cookie handling on Safari