Strapi (v4.x): Difficulty Refreshing Expired JWT Token Due to Lack of User ID
I’m facing an issue with refreshing an expired JWT token in my application. The problem is that when a token expires, I can no longer retrieve the user’s ID because the token is invalid, and I need the user’s ID to generate a new token.