Releases: authsignal/authsignal-browser
Releases · authsignal/authsignal-browser
v0.4.0
Make `authenticatorAttachment` configurable (#54)
* Make `authenticatorAttachment` configurable
* Bump version
v0.3.7
Replace ky
with fetch
. Safari fails to propagate user gestures consistently when using abstractions over fetch
like ky
. This was causing passkey.signIn()
and passkey.signUp()
to error unexpectedly when called from click handlers.
v0.3.6
Changes
- Alpha release of TMX browser profiling
v0.3.5
Changes
passkey.signIn
can now be called with no arguments e.g. passkey.signIn()
v0.3.4
Fixes an issue where the initial height of the popup window was small when waiting for the UI to fully load.
v0.3.3
Add another mode
to the launch
function that allows opening the Pre-built UI in a browser window.
v0.3.2
[AUT-1497] Update iframe permissions (#45)
Update iframe permissions
v0.3.1
Add better support for passkey registrations through password managers like 1password.
v0.2.2
Increase max-height
of iframe to reduce the amount of screens where a scrollbar is needed.