-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Feature: Reuse tokens if they haven't expired #7017
Feature: Reuse tokens if they haven't expired #7017
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7017 +/- ##
==========================================
- Coverage 93.83% 93.81% -0.02%
==========================================
Files 169 169
Lines 12407 12438 +31
==========================================
+ Hits 11642 11669 +27
- Misses 765 769 +4
Continue to review full report at Codecov.
|
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.
Thanks for the PR! I have some comments.
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.
moved
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.
It looks good to me. @mtrezza any other comment here?
Postgres tests are failing for some reason. I'll look into that. |
Yes. I've also just seen there is an error in Postgres tests. |
I don't think it's related to this PR though:
|
Yes. The only one failing now looks the flaky one. I am re-running the tests. |
Thank you Davi!! |
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.
Tests are good now
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.
Looks good to me, thanks for this great addition to Parse Server 😃🚀
Closes #7012