mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
0eb84d7f8a
no issue - it can happen that concurrent requests try to renew access tokens with the same refresh token - in this case it could happen that you received a token deletion error - add propert locking - ensure we don't run into deadlocks - manual testing with async.times for parallel requests (was able to reproduce the error) |
||
---|---|---|
.. | ||
auth-strategies.js | ||
authenticate.js | ||
authorize.js | ||
index.js | ||
oauth.js | ||
passport.js | ||
utils.js |