• Dan Jones's avatar
    feat: add retry method to refresh token on 403 · b66f89a7
    Dan Jones authored
    At the moment if the backbone token secret changes
    the adapter can have a token it thinks is valid but
    which can no longer be decrypted by the backbone.
    
    On a 403 error this will trigger a new token grant
    and resend the request with the new token.
    b66f89a7
adapter.esm.js 4.84 KB