4Haz
JWTs as refresh tokens, beside the JWT access token?
While reading up on refresh tokens, I've come by some interesting comments in this answer:
Refresh tokens can be in the form of a JWT as well
After going through all the responses and doing some online research, I was unable to find any other answer or resource that elaborates on how to replace a stateful refresh token with a stateless JWT one, alongside the JWT access token.