Closed CodingDoug closed 1 year ago
export interface LibsqlDialectConfig { client?: hrana.Client, url?: string, jwt?: string, }
Could we rename jwt to authToken for parity with our other libraries?
jwt
authToken
Pinging this issue, ran into it again today.
Thanks for pointing out this issue, it is now fixed in version 0.2.0 :)
Could we rename
jwt
toauthToken
for parity with our other libraries?