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

[Feature]: Twitter social login #137

Open
1 task done
aerrasti opened this issue Jan 12, 2022 · 0 comments
Open
1 task done

[Feature]: Twitter social login #137

aerrasti opened this issue Jan 12, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@aerrasti
Copy link
Member

aerrasti commented Jan 12, 2022

Description of the feature

As a user I want to login with twitter, in order to avoid the user form registration.

Description of the solution

Possible workflow could be (might change during development)

  1. App: Send a request to twitter.
  2. App: Twitter responds with token id.
  3. App: Calls to server side API with the token id.
  4. API: Ensures that the token id is correct.
  5. API: Creates new user if doesnt exists
  6. App: Depending the response, logs in the user with a new session.

Related links

https://github.com/hwi/HWIOAuthBundle

Design

Log in with Twitter
image

Register with Twitter
image

Code of Conduct

  • I agree to follow this project's Code of Conduct
@aerrasti aerrasti added the feature New feature or request label Jan 12, 2022
@aerrasti aerrasti self-assigned this Jan 12, 2022
@jordisala1991 jordisala1991 added this to Backlog in Roadmap Jan 12, 2022
@jordisala1991 jordisala1991 removed this from Backlog in Roadmap Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Blocked
Development

No branches or pull requests

1 participant