You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The login page should display a "Login with Google" button.
Clicking on the "Login with Google" button should initiate the Google authentication process.
After successful authentication, the user should be redirected to the application's main home page.
If the user cancels the Google authentication process or encounters an error, an appropriate error message should be displayed on the login page.
The user's Google account information should be retrieved and used for authentication within the application.
Implementation Criteria:
Integrate the Google Sign-In API into the login page.
Configure the Google API credentials for the application.
Implement the necessary code to handle the Google authentication process and retrieve the user's information.
Set up the necessary logic to store and use the user's Google account information for authentication within the application.
The text was updated successfully, but these errors were encountered:
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:
Implementation Criteria:
The text was updated successfully, but these errors were encountered: