Skip to content

Commit

Permalink
Implementation of Server {Login|Logout} commands (#1067)
Browse files Browse the repository at this point in the history
## 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
mchf authored Mar 7, 2024
2 parents 987e8f7 + 4754ad9 commit c43827a
Show file tree
Hide file tree
Showing 6 changed files with 606 additions and 24 deletions.
Loading

0 comments on commit c43827a

Please sign in to comment.