-
-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67b3aea
commit 35f33c0
Showing
8 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @logto/connector-http-email | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- 67b3aea3f: add HTTP email connector | ||
|
||
The HTTP email connector allows you to send emails via HTTP call. To use the HTTP email connector, you'll need to have your own email service that expose an HTTP API for sending emails. Logto will call this API when it needs to send an email. For example, when a user registers, Logto will call the HTTP API to send a verification email. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/connector-http-email", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Email connector to send email via HTTP call.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Change Log | ||
|
||
## 3.1.3 | ||
|
||
### Patch Changes | ||
|
||
- a8080e891: bump dependencies | ||
|
||
## 3.1.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/shared", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"main": "lib/index.js", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@logto/tunnel", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A CLI tool that creates tunnel service to Logto Cloud for local development.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|