We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a container component which will have the callback function for the google login button
The callback function will call Google OAuth API and get the access token
Call login API with access token and API helper functions
Create an action to set user access token to redux state
If the login API call is success dispatch an action to set user's token
once this flow is successful use saga generator function to make login API calls
Test Case for Saga.
Test Case for reducer.
Test Case for container.
add error handling for login failure.
add error handling for closing google login panel.
Code guidelines are met
PR guidelines are met
Test cases added
The text was updated successfully, but these errors were encountered:
onkar-josh
Successfully merging a pull request may close this issue.
Create a container component
which will have the callback function for the google login button
The callback function will call Google OAuth API and get the access token
Call login API with access token and API helper functions
Create an action to set user access token to redux state
If the login API call is success dispatch an action to set user's token
once this flow is successful use saga generator function to make login API calls
Test Case for Saga.
Test Case for reducer.
Test Case for container.
add error handling for login failure.
add error handling for closing google login panel.
Code guidelines are met
PR guidelines are met
Test cases added
The text was updated successfully, but these errors were encountered: