How can we retrieve a Refresh token along-with Access token when using JWT as an Authentication mode ? Is it even possible ?
Page 1 / 1
When requesting tokens using JWT authentication, there is no refresh token. This is because you don't need one; your application can always generate new tokens by sending a JWT. The refresh token is unnecessary for this authentication type.
, Thansk for your response.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.