-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add back a google verification for old access_token #6992
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: alpha
Are you sure you want to change the base?
Conversation
Generated by 🚫 dangerJS |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## alpha #6992 +/- ##
==========================================
- Coverage 93.92% 93.89% -0.04%
==========================================
Files 181 181
Lines 13267 13279 +12
==========================================
+ Hits 12461 12468 +7
- Misses 806 811 +5 ☔ View full report in Codecov by Sentry. |
@SebC99 Can you update from master for the CI? Is this still a draft? Looks good so far. |
940c8ab
to
262f12e
Compare
@dplewis I have no ideas why it fails |
Does the failing test pass locally? |
* master: (55 commits) Accept context via header X-Parse-Cloud-Context (parse-community#7437) [Snyk] Upgrade ws from 7.4.6 to 7.5.3 (parse-community#7457) fix: upgrade @apollographql/graphql-playground-html from 1.6.28 to 1.6.29 (parse-community#7473) fix: upgrade @apollographql/graphql-playground-html from 1.6.27 to 1.6.28 (parse-community#7411) fix: upgrade graphql from 15.5.0 to 15.5.1 (parse-community#7462) [Snyk] Security upgrade parse from 3.2.0 to 3.3.0 (parse-community#7464) fix: upgrade apollo-server-express from 2.25.1 to 2.25.2 (parse-community#7465) fix: upgrade graphql-tag from 2.12.4 to 2.12.5 (parse-community#7466) fix: upgrade graphql-relay from 0.7.0 to 0.8.0 (parse-community#7467) Add MongoDB 5.0 support + bump CI env (parse-community#7469) changed twitter API endpoint for oauth test (parse-community#7472) add runtime deprecation warning (parse-community#7451) bumped node (parse-community#7452) fix: upgrade apollo-server-express from 2.25.0 to 2.25.1 (parse-community#7449) fix: upgrade subscriptions-transport-ws from 0.9.19 to 0.10.0 (parse-community#7450) fix: upgrade mongodb from 3.6.8 to 3.6.9 (parse-community#7445) fix: upgrade mongodb from 3.6.7 to 3.6.8 (parse-community#7430) fix: upgrade apollo-server-express from 2.24.1 to 2.25.0 (parse-community#7435) fix: upgrade ldapjs from 2.2.4 to 2.3.0 (parse-community#7436) fix: upgrade graphql-relay from 0.6.0 to 0.7.0 (parse-community#7443) ...
@mtrezza do you have any idea how to make it passes the tests? |
You are only referring to the coverage, right? |
I think it's the only ones failing yes, but I have no idea of new tests to add (I'm very very bad at writing tests...) |
|
@parse-community/server-maintenance I think this one should be merged :) |
Yes, I agree. Can you rebase this on master please and add a changelog entry? And is this a breaking change? |
Sure, we could add this to alpha. It seems that @SebC99 didn't allow this PR to be edited. Either they rebase it or you could open a new PR to get this ready for merge. |
I was giving this a 2nd thought, and i think we should split this into I am not sure giving the unsecure client the option between providing either an I'm not knowledgeable enough in It would be a simpler implementation to have two adapters each validating their own token. I dont think they should be used interchangeably. |
(#6849 )