tursodatabase / libsql-shell-go

7 stars 7 forks source link

Add `--auth` flag #101

Closed luisfvieirasilva closed 1 year ago

luisfvieirasilva commented 1 year ago

Right now we must pass authorization token as authToken query parameter together with turso URL. A better solution would be add --auth flag and pass the token on it. Then we can use authorization header instead of a query parameter.

We should check if libsql-client-go project supports that and, if not, implement it there before changing here