questdb / nodejs-questdb-client

QuestDB Node.js Client
35 stars 8 forks source link

feat(nodejs): authenticate with user id and private key only #22

Closed glasstiger closed 9 months ago

glasstiger commented 9 months ago

Authenticate with user id and private key only. No need to pass the entire JWK into the Sender's constructor.

glasstiger commented 9 months ago

PR does not pick last commit up, will create a new one