worldwide-asset-exchange / waxjs

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

how to login by session_token #86

Closed Khalmz closed 2 years ago

Khalmz commented 2 years ago

how to login by session_token

includenull commented 2 years ago

session_token from where?

You can manage sessions yourself by saving the information that comes back from login() and using it to instantiate a new instance of waxjs with the account name and public keys.