Skip to content

v0.26.0

Compare
Choose a tag to compare
@pradel pradel released this 25 May 14:06
· 256 commits to master since this release

0.26.0 (2020-05-25)

Thanks to @huikaihoo you can now customise the JWT payload.
Read more about it in the documentation.

Features

  • graphql-api: ability to extend connection information (#988) 853afaa
  • server: add connection info to RefreshTokensSuccess hook (#987) 956b2c6
  • server: add option to customise JWT payload of accessToken (#984) 31418d2

Bug Fixes

  • mongo: fix deprecation warnings, use updateOne for removeAllResetPasswordTokens (#982) e4f0bb1

Miscellaneous Chores

  • deps: remove dependency request-promise from packages/oauth (#981) 1b4b0d3

Documentation

  • website: add edit button to the website pages (#979) fe2e431
  • website: create server documentation (#985) 728db00
  • website: improve database documentation (#980) d3791bb