Releases: tigrisdata/gotrue
Releases · tigrisdata/gotrue
v1.0.0-beta.19
Bug Fixes
- Do not update the code in case of resending invitation (#88) (180550a)
- Removed the sort ordering test as we don't have sorting implemented on gotrue yet (aa6aace)
Features
- One invitation per namespace,email,creator (e1c9cad)
v1.0.0-beta.18
Bug Fixes
- Enabled field indexing for Gotrue models (#85) (4e1367c)
v1.0.0-beta.17
Bug Fixes
- Exclude + character from invitation code to avoid missing it in URL encode (#83) (d4a9e24)
v1.0.0-beta.14
Features
- Accept namespace name for user invitation (198d157)
v1.0.0-beta.13
Bug Fixes
- Fixed user invitation email template (f585628)
v1.0.0-beta.12
Bug Fixes
- Fixed the console invitation handler URL (9992f9e)
v1.0.0-beta.11
Bug Fixes
- Update deps and push to docker hub (f4ebb51)
Features
- Send the invitation email for Tigris (#71) (35dd1d1)
v1.0.0-beta.10
Bug Fixes
- Fix the issuer attribute for Tokens signed with HMAC+SHA (#64) (6a4c646)
- Fixed list invitations API (#68) (270cbbb)
Features