next-auth-refresh-tokens
next-auth-refresh-tokens copied to clipboard
The jwt token is invalid and cannot enter the jwt method of callbacks.
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.