Releases: zolamk/trust
Releases · zolamk/trust
v0.9.1
30 May 12:14
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fixed issue with refresh token when refresh token is not present
v0.9.0
30 May 10:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fixed internal server error issue in create_user mutation
v0.8.0
20 Apr 06:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fixed internal error on social authorization callback when user didn't exist
v0.7.2
31 Mar 19:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix optional custom data validation panicking
You can’t perform that action at this time.