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

google authentication to Login Page #34

Open
PakizeBozkurt opened this issue Jul 14, 2023 · 0 comments
Open

google authentication to Login Page #34

PakizeBozkurt opened this issue Jul 14, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@PakizeBozkurt
Copy link
Collaborator

PakizeBozkurt commented Jul 14, 2023

User Story:

As a user,
I want to be able to Login to the application using my Google account,
So that
I can access the features and functionalities without the need to create a separate account.

Acceptance Criteria:

  1. The login page should display a "Login with Google" button.
  2. Clicking on the "Login with Google" button should initiate the Google authentication process.
  3. After successful authentication, the user should be redirected to the application's main home page.
  4. If the user cancels the Google authentication process or encounters an error, an appropriate error message should be displayed on the login page.
  5. The user's Google account information should be retrieved and used for authentication within the application.

Implementation Criteria:

  1. Integrate the Google Sign-In API into the login page.
  2. Configure the Google API credentials for the application.
  3. Implement the necessary code to handle the Google authentication process and retrieve the user's information.
  4. Set up the necessary logic to store and use the user's Google account information for authentication within the application.
@PakizeBozkurt PakizeBozkurt self-assigned this Jul 14, 2023
@PakizeBozkurt PakizeBozkurt added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 14, 2023
@PakizeBozkurt PakizeBozkurt moved this from Todo to Code review in @LangJo project Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Status: Code review
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant