next-auth-refresh-tokens icon indicating copy to clipboard operation
next-auth-refresh-tokens copied to clipboard

The jwt token is invalid and cannot enter the jwt method of callbacks.

Open JackGod001 opened this issue 7 months ago • 0 comments

When I tried to manually modify the system time to invalidate the token, after calling the getSession() method, I did not enter the jwt method in callbacks. node_modules/next-auth/core/routes/session.js When the token expires, it will return here without running the following code. image

JackGod001 avatar Jun 25 '24 14:06 JackGod001