Redis – Would it be okay to have JWTs to never expire given some requirements?
I would like to not have to implement things like redis or storing refresh tokens in a database. I would like to utilize the "full power" of JWTs (scalability, no need for storing anything related to sessions/tokens, stateless, etc.) Say…