tursodatabase / kysely-libsql

Kysely dialect for sqld
MIT License
51 stars 8 forks source link

Rename jwt to authToken in config #1

Closed CodingDoug closed 1 year ago

CodingDoug commented 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?

CodingDoug commented 1 year ago

Pinging this issue, ran into it again today.

honzasp commented 1 year ago

Thanks for pointing out this issue, it is now fixed in version 0.2.0 :)