You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authenticating the Turso CLI in a headless environment is cumbersome and every time my token expires this is a large source of frustration. A good example of a headless authentication flow would be that of the GitHub CLI.
The main problem I have with the current one is that I am given a string to export a code as a variable. I would much rather have the CLI update the config file itself with me either pasting in the authentication code or through a server call. These are the two options given with the GitHub CLI and it makes authenticating extremely simple.
Let's look into enabling the OAuth device flow to make the experience better.
The text was updated successfully, but these errors were encountered:
Tom on Discord writes:
Let's look into enabling the OAuth device flow to make the experience better.
The text was updated successfully, but these errors were encountered: