mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
570a4ea9e2
* 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
10 lines
407 B
Markdown
10 lines
407 B
Markdown
---
|
|
"@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`.
|