You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
I have managed to save the user, all it's information on Ionic Cloud, however the only issue i am facing right now that after i login the user and redirect back to the app the data that was received contains the following information
{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJjNWQ3MWFiMy1iNzYzLTQ5MGYtYjE2Ni04MjBiZWI4Zjc0Y2UifQ.TGi3weJcZKzfXXIAIojJAysrJTYSFlt2PWxshLxT2fc","signup":false}
however this jwt token does not have any useful information so we can verify who is the user on the backend server, any idea ?
Thanks
The text was updated successfully, but these errors were encountered:
I have managed to save the user, all it's information on Ionic Cloud, however the only issue i am facing right now that after i login the user and redirect back to the app the data that was received contains the following information
{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJjNWQ3MWFiMy1iNzYzLTQ5MGYtYjE2Ni04MjBiZWI4Zjc0Y2UifQ.TGi3weJcZKzfXXIAIojJAysrJTYSFlt2PWxshLxT2fc","signup":false}
however this jwt token does not have any useful information so we can verify who is the user on the backend server, any idea ?
Thanks
The text was updated successfully, but these errors were encountered: