You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: allow aborting authentication
Allows passing an abort signal to `authenticateServer` to give the
caller control of when to give up waiting for the server response.
Also allows passing a `URL` as the auth endpoint and allows overriding
the hostname/fetch implementations as options instead of requiring
them to be passed explicitly.
* chore: use host property
0 commit comments