0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/test
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
..
functional 🐛 Fixed concurrent renew of access tokens 2017-11-14 10:22:09 +00:00
integration Fixed naming of Subscribers API integration spec 2017-11-13 13:20:52 +00:00
unit 🐛 Fixed concurrent renew of access tokens 2017-11-14 10:22:09 +00:00
utils Changed channelsRouter to use new base class 2017-11-09 10:47:20 +00:00
.eslintrc.json ESlint rule: no-multiple-empty-lines 2017-11-06 10:12:18 +00:00
.jshintrc