v7.6.0
Added
- Added support for
email_verification.created
andpassword_reset.created
events (#1048) - Added new endpoints to the User Management API to support sending your own emails:
getEmailVerification
,getPasswordReset
, andcreatePasswordReset
(#1048) - Deprecation notice for the
sendPasswordResetEmail
method in favor ofcreatePasswordReset
(#1048) - Added role to directory user (#1046)
Updated
- Updated dependency ts-jest to v29.1.3 (#1044)