-
Notifications
You must be signed in to change notification settings - Fork 0
Adasp 33 oauth #11
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
base: develop
Are you sure you want to change the base?
Adasp 33 oauth #11
Conversation
…library on page load, plus get signedin or not
… in and signs out user
…ding state of whether or not it is open to rtk.
Codecov Report
@@ Coverage Diff @@
## develop #11 +/- ##
============================================
- Coverage 100.00% 81.43% -18.57%
============================================
Files 12 19 +7
Lines 79 167 +88
Branches 15 31 +16
============================================
+ Hits 79 136 +57
- Misses 0 31 +31
Continue to review full report at Codecov.
|
… is set to open after reducer is called
… same as if true, due to tests
amtadros
left a comment
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.
Nice work! Just left a few questions.
…ion. also adding google login dependency
…e login component to drawer
…dding styles to drawer to make absolute and therefore not move the main task page around
… to see if token exists, and if so, dispatch and sign in
…the name in the header after signing in.
|
@RubySpeeders how can we be of help here? 😄 |
| client_id: Cypress.env("googleClientId"), | ||
| client_secret: Cypress.env("googleClientSecret"), | ||
| refresh_token: Cypress.env("googleRefreshToken"), |
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.
@RubySpeeders I think that we need to add these variables to the GitHub repo settings in order to successfully authenticate. This would be the information you have in your .env file I believe.
Description
DESCRIPTION_HERE
🔗 Reference
📋 Acceptance Criteria
👩🔬 Test Instructions
🔎 Reviewer Checklist