v10.0.0
10.0.0 (2024-05-02)
⚠️ BREAKING CHANGES
- this uses AbortSignal.throwIfAborted() which is not available in all versions of Node 16
hostnameis no longer sent as part of the web auth body- the opener function will now receive an object with an abort signal which can be used to listen for the abort event intead of an event emitter
Features
f67687d#131 drop node 16 support (@lukekarrys)d6f6ebe#131 remove hostname from body (@lukekarrys, @wraithgar)c0bb22f#131 add webAuthOpener method (@lukekarrys)df44705#131 use AbortSignal instead of EventEmitter for opener (@lukekarrys)
Bug Fixes
53db633#131 pass signal to webAuthCheckLogin timer (@lukekarrys)