mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-09 04:31:17 +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) |
||
---|---|---|
.. | ||
authentication_spec.js | ||
configuration_spec.js | ||
db_spec.js | ||
error_spec.js | ||
notifications_spec.js | ||
posts_spec.js | ||
public_api_spec.js | ||
redirects_spec.js | ||
settings_spec.js | ||
slugs_spec.js | ||
spam_prevention_spec.js | ||
tags_spec.js | ||
themes_spec.js | ||
upload_icon_spec.js | ||
upload_spec.js | ||
users_spec.js |