Ghost/ghost/admin/tests
Kevin Ansfield a224154420 attempt expired session restore on network request (#327)
refs TryGhost/Ghost#5202

We can get into a situation where the app is left open without a
network connection and the token subsequently expires, this will
result in the next network request returning a 401 and killing the
session. This is an attempt to detect that and restore the session
using the stored refresh token before continuing with the request

- wrap ajax requests in a session restore request if we detect an expired `access_token`
2016-10-17 15:32:22 +02:00
..
acceptance
helpers
integration attempt expired session restore on network request (#327) 2016-10-17 15:32:22 +02:00
unit
.jscsrc
.jshintrc
index.html Ghost.org OAuth support (#278) 2016-09-30 13:43:40 +02:00
test-helper.js