Authenticate Using Token

Hello,

I am using NUXTjs and when i refresh the page, i am losing the moralis authenticated instance, Is there any way that i can pass the token to reauthenticate after page refresh?

Thanks,
Zee

it may be a way to do that, with Moralis.User.become, you may need the session token

why is that session lost? what is different than using vanilla js?

I think this is what i am looking for, i will check it now.