What does nextjs-auth0 when the token is expired?

Hi, I have few questions about token expiration.

In this setting, when the token is expired.

What does “nextjs-auth0” library do for us?
One thing I noticed,

  • it calls /auth/me on page refresh and redirect user to relogin

And that’s all?
Is there others automatic logics to direct users to the relogin page?
Generally my goal here is to redirect users to relogin when 401 is started with our external api.

Then, as far as I understand, we need to do either
opt 1: reload page when frontend catches 401
opt 2: use the offline more and obtain refresh token to call our api

Just want to make sure if my understanding is correct.

1 Like

Hi, I also faced similar issue. Have you resolved it?