issues
search
fumeapp
/
fume-cli
fume command line interface
https://fume.app
Apache License 2.0
7
stars
3
forks
source link
auth:login retrieves the token via the API instead of copy+paste
#11
Closed
acidjazz
closed
3 years ago
acidjazz
commented
3 years ago
[x] add a request endpoint that results in a unique id for the CLI
[x] pass that as the url to prompt and/or open instead of the previous
[x] test the token upon retrieval and continue
acidjazz
commented
3 years ago
cli hits an endpoint that returns a unique id related to the request
cli hits another endpoint awaiting the result of the request
cli presents/prompts a url to authorize this request with a unique id
authorized endpoint approving the request results in a token being handed back to the cli
acidjazz
commented
3 years ago