lagossapp / lagoss

Deploy Serverless Functions at the Edge. Current status: Alpha
https://lagoss.com
GNU Affero General Public License v3.0
9 stars 1 forks source link

Improve UX for CLI login by automatically sharing token #8

Open anbraten opened 9 months ago

anbraten commented 9 months ago

We can improve the CLI authentication by having the CLI start a server on localhost and the dashboard can POST to it with the token instead of requiring the user to copy paste it.

From https://github.com/lagonapp/lagon/issues/682

https://hyper.rs/guides/1/server/hello-world/