trandaison / nuxt-3-auth

A simple authentication module for Nuxt 3
https://nuxt-3-auth.github.io
57 stars 5 forks source link

Auto-Logout on API Retry Error #11

Closed letuankiet212 closed 6 months ago

letuankiet212 commented 6 months ago

We are encountering an issue when making API calls after successfully refreshing the token. Upon completing the token refresh process, we proceeded to call the previous API again but encountered an unexpected error. The system redirected users back to the login page.

This issue is causing a disruption to the user experience and requires intervention to resolve.