Hi I have a couple questions about JWT refresh tokens and how they work. I've tried to research online but haven't been able to find answers to the following questions:
- When should a refresh token be refreshed?
- What is a proper lifespan of a refresh token?
- Where should the refresh token be stored?
Thanks!