-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
d2220f1
commit cf1ad91
Showing
21 changed files
with
247 additions
and
184 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 was deleted.
Oops, something went wrong.
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
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/cli", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "Logto CLI.", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|
@@ -47,7 +47,7 @@ | |
"@logto/language-kit": "workspace:^1.1.0", | ||
"@logto/phrases": "workspace:^1.13.0", | ||
"@logto/phrases-experience": "workspace:^1.7.0", | ||
"@logto/schemas": "workspace:1.19.0", | ||
"@logto/schemas": "workspace:1.20.0", | ||
"@logto/shared": "workspace:^3.1.1", | ||
"@silverhand/essentials": "^2.9.1", | ||
"@silverhand/slonik": "31.0.0-beta.2", | ||
|
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,7 @@ | ||
# @logto/connector-kook | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- 4b01ce7c1: add KOOK social connector |
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
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/console", | ||
"version": "1.17.0", | ||
"version": "1.17.1", | ||
"description": "> TODO: description", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"homepage": "https://github.com/logto-io/logto#readme", | ||
|
@@ -35,7 +35,7 @@ | |
"@logto/phrases": "workspace:^1.13.0", | ||
"@logto/phrases-experience": "workspace:^1.7.0", | ||
"@logto/react": "^3.0.12", | ||
"@logto/schemas": "workspace:^1.19.0", | ||
"@logto/schemas": "workspace:^1.20.0", | ||
"@logto/shared": "workspace:^3.1.1", | ||
"@mdx-js/react": "^3.0.1", | ||
"@mdx-js/rollup": "^3.0.1", | ||
|
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,35 @@ | ||
# Change Log | ||
|
||
## 1.20.0 | ||
|
||
### Minor Changes | ||
|
||
- 25187ef63: add support for `login_hint` parameter in sign-in method | ||
|
||
This feature allows you to provide a suggested identifier (email, phone, or username) for the user, improving the sign-in experience especially in scenarios where the user's identifier is known or can be inferred. | ||
|
||
Example: | ||
|
||
```javascript | ||
// Example usage (React project using React SDK) | ||
void signIn({ | ||
redirectUri, | ||
loginHint: "[email protected]", | ||
firstScreen: "signIn", // or 'register' | ||
}); | ||
``` | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [ff6b304ba] | ||
- Updated dependencies [976558af9] | ||
- Updated dependencies [25187ef63] | ||
- Updated dependencies [ab90f43db] | ||
- @logto/console@1.17.1 | ||
- @logto/cli@1.20.0 | ||
- @logto/experience@1.9.0 | ||
- @logto/schemas@1.20.0 | ||
|
||
## 1.19.0 | ||
|
||
### Minor 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/core", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"description": "The open source identity solution.", | ||
"main": "build/index.js", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
|
@@ -33,7 +33,7 @@ | |
"@koa/cors": "^5.0.0", | ||
"@logto/affiliate": "^0.1.0", | ||
"@logto/app-insights": "workspace:^2.0.0", | ||
"@logto/cli": "workspace:^1.19.0", | ||
"@logto/cli": "workspace:^1.20.0", | ||
"@logto/connector-kit": "workspace:^4.0.0", | ||
"@logto/console": "workspace:*", | ||
"@logto/core-kit": "workspace:^2.5.0", | ||
|
@@ -42,7 +42,7 @@ | |
"@logto/language-kit": "workspace:^1.1.0", | ||
"@logto/phrases": "workspace:^1.13.0", | ||
"@logto/phrases-experience": "workspace:^1.7.0", | ||
"@logto/schemas": "workspace:^1.19.0", | ||
"@logto/schemas": "workspace:^1.20.0", | ||
"@logto/shared": "workspace:^3.1.1", | ||
"@silverhand/essentials": "^2.9.1", | ||
"@silverhand/slonik": "31.0.0-beta.2", | ||
|
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/create", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"type": "module", | ||
|
@@ -15,6 +15,6 @@ | |
"node": "^20.9.0" | ||
}, | ||
"dependencies": { | ||
"@logto/cli": "workspace:^1.19.0" | ||
"@logto/cli": "workspace:^1.20.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# Change Log | ||
|
||
## 1.9.0 | ||
|
||
### Minor Changes | ||
|
||
- 25187ef63: add support for `login_hint` parameter in sign-in method | ||
|
||
This feature allows you to provide a suggested identifier (email, phone, or username) for the user, improving the sign-in experience especially in scenarios where the user's identifier is known or can be inferred. | ||
|
||
Example: | ||
|
||
```javascript | ||
// Example usage (React project using React SDK) | ||
void signIn({ | ||
redirectUri, | ||
loginHint: "[email protected]", | ||
firstScreen: "signIn", // or 'register' | ||
}); | ||
``` | ||
|
||
### Patch Changes | ||
|
||
- ab90f43db: fix(experience): prevent errors from applying unsupported cached identifier types | ||
|
||
Previously, cached identifier input values were applied to all pages without type checking, potentially causing errors. Now, the type is verified before application to ensure compatibility with each page's supported types. | ||
|
||
## 1.8.0 | ||
|
||
### Minor 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
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,24 @@ | ||
# Change Log | ||
|
||
## 1.20.0 | ||
|
||
### Minor Changes | ||
|
||
- 25187ef63: add support for `login_hint` parameter in sign-in method | ||
|
||
This feature allows you to provide a suggested identifier (email, phone, or username) for the user, improving the sign-in experience especially in scenarios where the user's identifier is known or can be inferred. | ||
|
||
Example: | ||
|
||
```javascript | ||
// Example usage (React project using React SDK) | ||
void signIn({ | ||
redirectUri, | ||
loginHint: "[email protected]", | ||
firstScreen: "signIn", // or 'register' | ||
}); | ||
``` | ||
|
||
## 1.19.0 | ||
|
||
### Minor Changes | ||
|
File renamed without 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/schemas", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"author": "Silverhand Inc. <[email protected]>", | ||
"license": "MPL-2.0", | ||
"type": "module", | ||
|
Oops, something went wrong.