v1.33.2
Changes
Implemented a patch to ensure that "email_password" is returned as the value of
typeOfLogin
in thegetUserInfo()
response when "email_password" is provided as a parameter of theloginProvider
.
Background
The Web3Auth library underwent an unexpected specification change, altering the
typeOfLogin
value returned fromgetUserInfo()
. In PROD, it changed from "email_password" to "startrail-auth0-email-password," and in staging, it changed to "startrail-auth0-staging."
Impact
Clients relying on Email Password and the
typeOfLogin
value in their system may be affected. The extent of the impact varies depending on the specific implementation in each application.
Last updated