Do not wait indefinitely for login callback
avinassh opened this issue · 0 comments
avinassh commented
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.