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: enable twitter social auth #1230

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: enable twitter social auth #1230

wants to merge 1 commit into from

Conversation

RobChangCA
Copy link
Collaborator

@RobChangCA RobChangCA commented Dec 17, 2024

Pull Request Checklist

Setup:
You will need to follow the guide here to enable auth0 and twitter in your application. https://accountkit.alchemy.com/signer/authentication/auth0

Testing steps:
You should be able to toggle on and off twitter in the sidebar.
You should be able to sign in to twitter via the X button in the authcard.


PR-Codex overview

This PR introduces support for Twitter authentication in the user connection system. It updates the configuration, adds a Twitter icon, and modifies the authentication component to handle Twitter as an OAuth method.

Detailed summary

  • Updated UserConnectionAvatar.tsx to display "User" if user.email is null.
  • Modified config.tsx to include twitter in oAuthMethods.
  • Enhanced sections.ts to handle Twitter authentication.
  • Added TwitterIcon component in twitter.tsx.
  • Updated Authentication.tsx to toggle Twitter authentication with a new method.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

vercel bot commented Dec 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
aa-sdk-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 5:16pm
aa-sdk-ui-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 5:16pm

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

Successfully merging this pull request may close these issues.

2 participants