Skip to content

Releases: zolamk/trust

v0.9.1

30 May 12:14

Choose a tag to compare

Bug Fixes

  • Fixed issue with refresh token when refresh token is not present

v0.9.0

30 May 10:24

Choose a tag to compare

Breaking Changes

  • set_cookies configuration parameter has been removed in favor of set_access_token_cookie, set_refresh_token_cookie configuration parameters

v0.8.1

18 May 09:01

Choose a tag to compare

Bug Fixes

  • fixed internal server error issue in create_user mutation

v0.8.0

20 Apr 06:32

Choose a tag to compare

Breaking Changes

  • trust will no longer decode ip, user agent information and store them in audit logs, it will only store the ip and the user agent
  • invitation_token_sent_at, invitation_accepted_at have been removed
  • reset mutation has been replaced by reset_by_email, reset_by_phone

Features

  • trust will include id, email, phone fields in error extensions when email or phone is already registered during invite
  • trust will now pass extra fields such as name, email, phone... as template context

v0.7.3

07 Apr 04:48

Choose a tag to compare

Bug Fixes

  • fixed internal error on social authorization callback when user didn't exist

v0.7.2

31 Mar 19:04

Choose a tag to compare

Features

  • added a health check endpoint at /health

Bug Fixes

  • fixed panic when private/public keys decoding fails

v0.7.1

17 Mar 16:10

Choose a tag to compare

Bug Fixes

  • removed unavailable fields from schema
  • added available but missing fields to the schema
  • removed incompatible operations from time and number fields that were causing server errors

Features

  • better error message for data type issues

v0.7.0

17 Mar 08:17

Choose a tag to compare

Features

  • Added user data read only roles support

Breaking Changes

  • admin_role_name configuration option has been removed and replaced by admin_roles and read_only_roles

v0.6.4

16 Mar 15:52

Choose a tag to compare

Features

  • added logout mutation that clears cookies

Bug Fixes

  • fix issue with create_user mutation when phone or email is disabled
  • added status to message returned when there is error when calling the login hook

v0.6.3

15 Mar 08:43

Choose a tag to compare

Bug Fixes

  • fix optional custom data validation panicking