SohoHouse / nuxt-oauth

Simple OAuth2 integration for your Nuxt app
MIT License
122 stars 27 forks source link

JS-1039 p1 401 error on client side navigation fix #105

Open naveen-soho opened 1 year ago

naveen-soho commented 1 year ago

Client side navigation when a token is expired causes 401 page

Steps to reproduce:

  1. login & be on homepage
  2. wait for the token to expire
  3. visit private page once the token expires
  4. we should see a 401 page