worldwide-asset-exchange / waxjs

Javascript API for integration with the WAX Cloud Wallet.
MIT License
125 stars 103 forks source link

Please add Logout method #100

Closed rn70212 closed 1 year ago

rn70212 commented 2 years ago

There is no logout function . Please add it

niksad8 commented 1 year ago

if you are saying that logout of the waxjs library that can work, if you mean logout of cloudwallet that wont be done cause that will log them out of all other websites. if i am getting this right we are meant to logout the user of the waxjs system so that you cant execute transactions on behalf of the user?

niksad8 commented 1 year ago

this has now been added wax.logout() is the function you can log a user out of waxjs when you do wax.login() again it will start a new login flow. hope it helps