MoralisWeb3 / issue-tracker

25 stars 7 forks source link

No way to check session validation #108

Open deep-quality-dev opened 2 years ago

deep-quality-dev commented 2 years ago

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.

manuareraa commented 2 years ago

@deep-quality-dev Have you found any solution to check the Session Token Validity?