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
acidjazz commented 3 years ago
  1. cli hits an endpoint that returns a unique id related to the request
  2. cli hits another endpoint awaiting the result of the request
  3. cli presents/prompts a url to authorize this request with a unique id
  4. authorized endpoint approving the request results in a token being handed back to the cli
acidjazz commented 3 years ago

image