Skip to content

Releases: authsignal/authsignal-browser

v0.5.1

18 Jul 23:27
aff09b1
Compare
Choose a tag to compare
Reduce token scope to function (#63)

* Reduce token scope to function

* Bump version to 0.5.1

v0.5.0 (July 18, 2024)

18 Jul 01:11
f60d892
Compare
Choose a tag to compare

v0.4.7

18 Jul 23:42
Compare
Choose a tag to compare
Reduce token scope to function

v0.4.6 (July 10, 2024)

09 Jul 20:58
Compare
Choose a tag to compare

v0.4.5

17 Jun 05:23
bf5d1c7
Compare
Choose a tag to compare
Bump version (#60)

Update package.json

v0.4.3

17 Jun 05:14
2a3da9c
Compare
Choose a tag to compare

We've made it easier to see server related passkey validation errors by logging them to the console.

v0.4.2

12 Apr 05:20
c6c46ae
Compare
Choose a tag to compare
  • Add support for passing an action into passkey.signIn()

v0.4.1

01 Mar 04:50
13b8f15
Compare
Choose a tag to compare

Add isClosable to popupOptions to configure whether the popup can be closed with the escape key and by clicking the backdrop.

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.