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: Implement Twitter Authentication #21

Open
12 tasks
fonkamloic opened this issue Jan 25, 2023 · 0 comments · May be fixed by #94
Open
12 tasks

feat: Implement Twitter Authentication #21

fonkamloic opened this issue Jan 25, 2023 · 0 comments · May be fixed by #94
Assignees
Labels
7 Hours enhancement New feature or request

Comments

@fonkamloic
Copy link
Contributor

Description:

As part of our app's social login feature, we would like to add the ability for users to authenticate using their Twitter account. The implementation should include the ability for users to sign in, sign out, and retrieve their Twitter profile information.

Here are the specific requirements for this feature:

  • Allow users to sign in with their Twitter account
  • Allow users to sign out of their Twitter account
  • Retrieve the user's Twitter profile information (name, email, profile picture, etc.)
  • Handle errors and display appropriate messages to the user
  • Implement a way to check if the user is already logged in
  • Use the button in the app's login/signup screen to initiate the Twitter authentication process

Acceptance Criteria:

  • User can sign in to the app with their Twitter account
  • User can sign out of their Twitter account
  • User's Twitter profile information is retrieved and displayed in the app
  • Error messages are displayed to the user when appropriate
  • The app can check if the user is already logged in with their Twitter account
  • A button or link is added to the app's login screen to initiate the Twitter authentication process

Notes:

The implementation should be done using the official Twitter API and Flutter package
Test the feature on both Android and iOS platforms
Provide a sample code snippet to initialize the Twitter API in the app
Provide a sample code snippet for the sign-in flow

@fonkamloic fonkamloic added the enhancement New feature or request label Jan 25, 2023
@fonkamloic fonkamloic changed the title Feat: Implement Twitter Authentication feat: Implement Twitter Authentication Jan 30, 2023
@fonkamloic fonkamloic added the 7 Hours label Feb 17, 2023
@lkmandy lkmandy linked a pull request Feb 23, 2023 that will close this issue
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7 Hours enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants