-
Notifications
You must be signed in to change notification settings - Fork 77
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
Added Google Oauth Signup #112
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chinmaym07 Please add a test for this.
@chinmaym07 Please also resolve the merge conflicts after writing test for this. |
@chinmaym07 Any updates? |
@codesankalp Sorry for the delay.. I was not well for back few days & this pr just slipped from my mind .. Peek.2021-05-09.22-36.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code LGTM. Will test this PR locally tomorrow.
@@ -43,8 +43,7 @@ module.exports = { | |||
items: [ | |||
{ | |||
label: 'Backend Docs', | |||
href: | |||
'https://github.com/anitab-org/anitab-forms-backend/wiki', | |||
href: 'https://github.com/anitab-org/anitab-forms-backend/wiki', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't make changes unrelated to this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just ran npm run format
. It's only formatting change.. Should I remove it ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update your dependency and reformat the code.
@@ -0,0 +1,2 @@ | |||
REACT_APP_GOOGLE_CLIENT_ID=<Google App Client ID> | |||
REACT_APP_GOOGLE_CALLBACK_URL=<Google Callback URL> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a new line at the end.
@chinmaym07 Can you do the suggested changes? |
Description
Fixes #111
Type of Change:
Code/Quality Assurance Only
How Has This Been Tested?
Checklist:
Code/Quality Assurance Only
For the frontend part of this issue . I took some help from @codesankalp's PR for github auth.