-
Hi: Need some guidance on account linking. Let's say my app suports Email/Google/Apple login, and I already enable email verification. Is it safe to link these same email accounts automatically? Second question is: because there is no account linking API, my plan is creating another account table in my database and do the linking manually, which means there are still 2 accounts in ory but only 1 in my account table. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @Yiling-J This is merged on master and available in production in Ory Network and will be included in the next Ory Kratos release. |
Beta Was this translation helpful? Give feedback.
Hello @Yiling-J
Ory Kratos now supports automatic account linking for OIDC.
Read more about the implementation in the official docs: https://www.ory.sh/docs/kratos/social-signin/link-multiple-provider-account and the PR #3563
This is merged on master and available in production in Ory Network and will be included in the next Ory Kratos release.