Dima-Bulavenko / TechCore

0 stars 1 forks source link

USER STORY: Social Media Authentication #45

Closed Dima-Bulavenko closed 1 month ago

Dima-Bulavenko commented 1 month ago

As a user I want to log in or sign up using my social media accounts so that I can quickly and easily access the e-commerce site without creating a new account.

Acceptance criteria

  1. Provide options for social media authentication, including but not limited to:
    • Google
    • Facebook
  2. Allow users to sign up or log in using their social media accounts, with minimal additional input required.
  3. Ensure that social media authentication works securely, using OAuth or another industry-standard protocol.
  4. After successful authentication, automatically create a user account or log the user in.
  5. Ensure users can still set and manage a site-specific password if they choose.
  6. Display error messages if the social media authentication fails and provide alternative login options.
  7. Ensure the social media authentication process is responsive and works smoothly on both desktop and mobile devices.