Release v0.9.2
Added
Add nkeys_seed
option to be able to connect to server that supports nkeys based auth.
await nc.connect(
"tls://127.0.0.1:4222",
nkeys_seed="./path/to/nkeys/user.nk",
)
Fixed
- Fixes handling permissions violation errors and call error cb when they occur in case it is configured.