6.0.0
New Features
- When automatic linking of a user account fails, it is now possible to specify whether an anonymous user should be restored automatically. See #14 for further information.
Deprecated
- All functions that are based on passing
email
andpassword
separately are now deprecated. Use the generic implementation withCredentials
instead by passing.password(email, password)
.
Other changes
- The
UserManagerType
and its implementation are now split into sections. - Documentation has been improved.