28
Single-page app cannot renew its token — the renewal call comes back saying there is no refresh token
My single page app signs in fine and gets an access token. When that token expires, the silent renewal fails with an error saying a refresh token is missing. The user then gets bounced to the login page, which they…