This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Description
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 ?