tursodatabase / turso-cli

Command line interface to Turso.

Home Page:https://turso.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not wait indefinitely for login callback

avinassh opened this issue · comments

Here: https://github.com/tursodatabase/turso-cli/blob/5f6edd8/internal/cmd/auth.go#L169-L183

We wait till eternity for the token. This can be problematic in headless environments. I suggest adding a timeout (say 10 mins) and failing.