Skip to content

Releases: authsignal/authsignal-browser

v0.4.0

01 Mar 02:42
947fbdf
Compare
Choose a tag to compare
Make `authenticatorAttachment` configurable (#54)

* Make `authenticatorAttachment` configurable

* Bump version

v0.3.7

15 Feb 23:09
dec4c6c
Compare
Choose a tag to compare

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

07 Feb 23:34
d502603
Compare
Choose a tag to compare

Changes

  • Alpha release of TMX browser profiling

v0.3.5

15 Dec 02:31
7635cc6
Compare
Choose a tag to compare

Changes

  • passkey.signIn can now be called with no arguments e.g. passkey.signIn()

v0.3.4

30 Nov 03:49
0755f81
Compare
Choose a tag to compare

Fixes an issue where the initial height of the popup window was small when waiting for the UI to fully load.

v0.3.3

31 Oct 21:02
135bd78
Compare
Choose a tag to compare

Add another mode to the launch function that allows opening the Pre-built UI in a browser window.

v0.3.2

09 Oct 00:22
ef06f74
Compare
Choose a tag to compare
[AUT-1497] Update iframe permissions (#45)

Update iframe permissions

v0.3.1

02 Oct 23:04
37fe9d9
Compare
Choose a tag to compare

Add better support for passkey registrations through password managers like 1password.

v0.3.0

19 Sep 04:59
2858520
Compare
Choose a tag to compare

Breaking changes

If you are overriding the baseUrl, you will need to head to https://portal.authsignal.com/organisations/tenants/api to get an up to date API host.

v0.2.2

16 Aug 00:16
e2a4dc6
Compare
Choose a tag to compare

Increase max-height of iframe to reduce the amount of screens where a scrollbar is needed.