Skip to content

v0.25.0

Compare
Choose a tag to compare
@pradel pradel released this 09 Apr 09:44
· 294 commits to master since this release

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

Bug Fixes

  • fix user enumeration issue during user sign up (#914) 0d9f7da

Miscellaneous Chores

  • eslint: enable typescript recommended rules (#915) a28f2f7
  • prettier: ignore api doc files 1bcc629
  • add github issue template (#917) b67afc2
  • rest-express: typecheck the password functions (#913) c289672