Skip to content

Skip authData validation if it hasn't changed. #3783

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

Merged
merged 2 commits into from
May 7, 2017
Merged

Skip authData validation if it hasn't changed. #3783

merged 2 commits into from
May 7, 2017

Conversation

flovilmart
Copy link
Contributor

fixes #1455

This will allow expired token to let the user login as well as preventing unnecessary re-validation when editing objects from the dashboard or by other mean that would otherwise fail with a stale token.

flovilmart added 2 commits May 7, 2017 10:28
- In case of short-lived tokens (like facebook) this will allow clients to be lax with asking users to re-login
@codecov
Copy link

codecov bot commented May 7, 2017

Codecov Report

Merging #3783 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3783   +/-   ##
=======================================
  Coverage   90.26%   90.26%           
=======================================
  Files         114      114           
  Lines        7491     7491           
=======================================
  Hits         6762     6762           
  Misses        729      729
Impacted Files Coverage Δ
src/RestWrite.js 94.3% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f90395...aabc829. Read the comment docs.

@flovilmart flovilmart merged commit 45a9d50 into master May 7, 2017
@flovilmart flovilmart deleted the fix/1455 branch May 13, 2017 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Facebook auth is invalid for this user." after trying to log in after app has been deleted.
2 participants