JS Release 2.10


The LoginRadiusV2.js interface just got better with new actions and new hooks this new release brings a lot of useful features for customizing your identity workflows.

Pascal
about 5 years ago

Change Log

ADDED
Prompt for Password on first Social Login: Easily prompt your first time social users for a password to configure a traditional email and password login.
ADDED
Unique UserName flow: With this flow, a user can register with the same email provided that they have a unique username for each account.
ADDED
After validation hook: We have added a new After Validation hook as part our Advanced Customization options allowing you to easily trigger your custom code when a user is attempting to submit invalid data.
ADDED
Prompt for Password on first Social Login: Easily prompt your first time social users for a password to configure a traditional email and password login.
ADDED
Event On Element hook: We have added an Event On Element hook as part our Advanced Customization options allowing you to easily trigger your custom code when a user triggers a specified event on a specified LoginRadius form element.
ADDED
Before action Init Hook: We have added this new hook to allow you to trigger code before any of the form actions.
ADDED
SSO via JWT Token: You can now have SSO via a JWT token.
IMPROVED
JWT token via Social Login: You can now receive JWT tokens from a social login.
IMPROVED
Show pre-filled data on social login: If you have a customer that is registering via Social and you are prompting them for additional fields during the initial social login, You can also display the other fields that the social login auto-filled for them.