v0.3.0
What's Changed
Non-backward compatible changes introduced
- New approach to store access token with new login and logout command available.
sc account:logincommand now store the access token in user's local home directory and uses machine encryption to secure the access token in the local storage. This also prevents a user to copy the file to another machine and retrieving the access token.- Login commands allow users to store multiple access token for the same Solace Cloud organization by providing a unique alias name.
- All commands have now been updated to use the new login approach.
Full Changelog: v0.2.1...v0.3.0