v0.25.0
0.25.0 (2020-04-09)
In this new release, we are introducing a new server option named enableAutologin
(disabled false by default). It will allow a user to be logged in directly after the account creation. The return type of the createUser
mutation changed so make sure your app is not breaking when you upgrade. This new option can't be used with ambiguousErrorMessages
for security reasons.
⚠ BREAKING CHANGES
- add option to automatically login user after registration (#901)
Features
- password: remove reset password tokens on change password (#931) fcccd93
- add new
useInternalUserObjectSanitizer
option (#932) 09b5dde - add option to automatically login user after registration (#901) 9a0ec68