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

✨: X(Twiiter) Oauth Integrations #805

Merged
merged 4 commits into from
Jul 24, 2024
Merged

✨: X(Twiiter) Oauth Integrations #805

merged 4 commits into from
Jul 24, 2024

Conversation

greatsamist
Copy link
Contributor

@greatsamist greatsamist commented Jul 24, 2024

Pull Request Info

Description

This PR integrates Twitter OAuth authentication on the frontend and sends the authenticated user data to the backend.

Frontend Integration:

  • Implemented Twitter OAuth using the appropriate libraries and SDKs.
  • Added a button for users to log in with their Twitter account.
  • Handled the OAuth flow and redirected users to Twitter for authentication.
  • Once authenticated, retrieved the user's Twitter profile data.

Backend Communication:

  • Sent the authenticated user data, including the access token and user profile information, to the backend.
  • Ensured secure transmission of data using HTTPS.

Type of change

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Screenshots (if appropriate):

2024-07-24 09 41 17

Copy link

vercel bot commented Jul 24, 2024

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

Name Status Preview Comments Updated (UTC)
streameth-platform ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 2:36pm

@Eric-Vondee Eric-Vondee merged commit e9534ba into develop Jul 24, 2024
3 of 4 checks passed
@xannyxs xannyxs deleted the twitter-oauth branch August 6, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[TASK] Develop frontend interface for X upload button and status notifications
3 participants