Basically I am doing the following `confirmResult.confirm(verificationCode) .then(user => // User is logged in){ .catch(error => // Error with verification code);` but I can not get token from the user I got, it only have refresh token but I dont need it can you please guide me to get JWT token ?
Basically I am doing the following
confirmResult.confirm(verificationCode) .then(user => // User is logged in){ .catch(error => // Error with verification code);but I can not get token from the user I got, it only have refresh token but I dont need it
can you please guide me to get JWT token ?