v1.3.3 - Dec. 15, 2021
The following changes are included in this release.
Enhancements
Next Identity Journeys
⭐ Added the option to ignore response code errors on reCAPTCHA
Added the ability to ignore specific error code responses from Google reCAPTCHA by implementing the ignore
option in the configuration settings.
⭐ All methods now retrieve env_id
and customer_id
from headers
env_id
and customer_id
from headersPreviously, Next Identity Journey methods retrieved the env_id
and customer_id
from the query string. To prevent issues, methods now retrieve these settings from headers. Additionally, if these settings are not present on the header, a bad request error is returned.
Next Identity Journeys and Next Identity API
⭐ CORS now enabled for all endpoints
To prevent CORS errors when making token calls, either with a public or confidential client type, CORS is now enabled on all endpoints of Next Identity Journeys and Next Identity API.
Bug fixes
Next Identity Journeys
An issue where the correct country flag doesn't appear properly in the mobile number field has been fixed.