Enhancements
- Password Replace return value: We're now returning the JWT's response in the
password.replace
function, so that the session and refresh JWTs can be utilized (for example, in flows). This information will be returned as anjwtResponse
object. - Setting email and phone verification status upon creation: When creating a new user, you can now control whether the email and/or phone of that user are verified or not.
- Setting the Invitation URL via SDK: Using the new
inviteUrl
parameter, you can define a specific invitation URL when inviting a new user, that will override the default invitation URL set in your project's settings.