Moralis Session is destroyed when user logout, but there is no api to check if the session is valid.
Only Moralis.User.become(session token) function throws exception with Invalid session token.
Are there any way to check the session validation in realtime?
Thank you.
Moralis Session is destroyed when user logout, but there is no api to check if the session is valid. Only
Moralis.User.become(session token)
function throws exception withInvalid session token
. Are there any way to check the session validation in realtime? Thank you.