0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset/tidy-phones-warn.md
Gao Sun 570a4ea9e2
feat: create invitation (#5245)
* feat: create invitation

* refactor: update test imports

* refactor: update unit tests

* refactor: update docs

* refactor: update api tests

* chore: add changesets

* refactor: add comments

* refactor: fix swagger check

* refactor: keep compatibility
2024-01-25 19:44:20 +08:00

407 B

@logto/connector-kit
minor

support magic link feature

  • Removed VerificationCodeType: Since we are adding the magic link feature, VerificationCodeType is no longer precise for our use cases.
  • Replaced VerificationCodeType with TemplateType.
  • Removed TemplateNotSupported error code since it is useless for dynamic template checking.
  • Added link property to SendMessagePayload.