Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: automatic social account linking #5881

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gao-sun
Copy link
Member

@gao-sun gao-sun commented May 16, 2024

Summary

per community request, provide an option to skip manually account linking during sign-in

Testing

integration tests added

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

Copy link

github-actions bot commented May 16, 2024

COMPARE TO master

Total Size Diff 📈 +7.21 KB

Diff by File
Name Diff
.changeset/mean-dogs-pump.md 📈 +562 Bytes
packages/console/src/pages/SignInExperience/PageContent/SignUpAndSignIn/SocialSignInForm/index.tsx 📈 +541 Bytes
packages/core/src/mocks/sign-in-experience.ts 📈 +20 Bytes
packages/core/src/queries/sign-in-experience.test.ts 📈 +87 Bytes
packages/experience/src/mocks/logto.tsx 📈 +40 Bytes
packages/experience/src/hooks/use-sie.ts 📈 +97 Bytes
packages/experience/src/pages/SocialSignInWebCallback/use-social-sign-in-listener.ts 📈 +579 Bytes
packages/integration-tests/src/tests/experience/automatic-account-linking.test.ts 📈 +4.02 KB
packages/integration-tests/src/tests/experience/direct-sign-in.test.ts 📈 +88 Bytes
packages/phrases/src/locales/en/translation/admin-console/sign-in-exp/sign-up-and-sign-in.ts 📈 +393 Bytes
packages/schemas/alterations/next-1717567857-social-sign-in-linking.ts 📈 +476 Bytes
packages/schemas/src/foundations/jsonb-types/sign-in-experience.ts 📈 +475 Bytes
packages/schemas/tables/sign_in_experiences.sql 📈 +77 Bytes

@github-actions github-actions bot added feature Cool stuff size/s labels May 16, 2024
Base automatically changed from gao-default-user-role to master May 17, 2024 08:02
@github-actions github-actions bot added size/xl and removed size/s labels May 17, 2024
Copy link

github-actions bot commented Jun 1, 2024

This PR is stale because it has been open 10 for days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Jun 1, 2024
@gao-sun gao-sun removed the stale label Jun 5, 2024
@gao-sun gao-sun force-pushed the gao-automatic-social-account-linking branch from eb739ac to 3bac52c Compare June 5, 2024 05:37
@github-actions github-actions bot added size/s and removed size/xl labels Jun 5, 2024
@gao-sun gao-sun force-pushed the gao-automatic-social-account-linking branch 2 times, most recently from 26c9d3c to 90ffc0e Compare June 5, 2024 06:12
@gao-sun gao-sun force-pushed the gao-automatic-social-account-linking branch from 90ffc0e to 9eb4b24 Compare June 5, 2024 06:33
@github-actions github-actions bot added size/m and removed size/s labels Jun 5, 2024
@gao-sun gao-sun marked this pull request as ready for review June 5, 2024 07:23
Comment on lines +2 to +4
"@logto/experience": patch
"@logto/console": patch
"@logto/phrases": patch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intentionally use as patch since it's more like an improvement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants