Ghost/core/test/unit/auth
kirrg001 0eb84d7f8a 🐛 Fixed concurrent renew of access tokens
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)
2017-11-14 10:22:09 +00:00
..
auth-strategies_spec.js 🐛 fix owner user slug (#8263) 2017-04-04 14:56:04 +01:00
authenticate_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
oauth_spec.js 🐛 Fixed concurrent renew of access tokens 2017-11-14 10:22:09 +00:00
passport_spec.js Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00