Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implementation of Server {Login|Logout} commands (#1067)
## Problem We need authorization token from the web server to be able to proceed with subsequent commands ## Solution ```agama server login``` asks for JWT and stores it into a well-known file ```agama server logout``` deletes stored JWT ```agama server shows``` stored JWT if any ## Testing - *Tested manually*
- Loading branch information