oauth2
oauth2 copied to clipboard
Create JWT encoded refresh token
Is it possible to generate access tokens with JWT refresh tokens. Should I just create my own JWT token using the refresh token as input instead.
@SergeMerzliakov you found any solution?