Skip to main content

How can we retrieve a Refresh token along-with Access token when using JWT as an Authentication mode ? Is it even possible ? 


 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