Skip to content

6.0.0

Compare
Choose a tag to compare
@MrAsterisco MrAsterisco released this 14 Apr 13:02
· 15 commits to develop since this release

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 and password separately are now deprecated. Use the generic implementation with Credentials instead by passing .password(email, password).

Other changes

  • The UserManagerType and its implementation are now split into sections.
  • Documentation has been improved.