Ghost/ghost/admin/tests/integration
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
..
adapters
components deps: ember@2.8.2 2016-10-07 17:32:30 +01:00
services attempt expired session restore on network request (#327) 2016-10-17 15:32:22 +02:00