Skip to content

Releases: authsignal/authsignal-browser

v0.1.0

16 May 04:03
a48a5e6
Compare
Choose a tag to compare

Breaking changes:

  • publishableKey has been replaced with tenantId.
// Before
new Authsignal({ publishableKey: 'YOUR_PUBLISHABLE_KEY' })

// Now
new Authsignal({ tenantId: 'YOUR_TENANT_ID' })

v0.0.22 (May 16, 2023)

15 May 22:57
d7618f2
Compare
Choose a tag to compare

v0.0.21

27 Apr 00:02
52481dc
Compare
Choose a tag to compare

Remove the animation applied to the popup that was introduced in v0.0.20 as it was performing inconsistently.

v0.0.20

26 Apr 23:20
da43c1c
Compare
Choose a tag to compare

When launching the Challenge UI in popup mode, the popup will now auto resize its height based on the content inside it. As a result, we have now deprecated the height property in the launchOptions object as it no longer has any effect.

v0.0.19

06 Apr 01:00
92ad22c
Compare
Choose a tag to compare

Fixes a bug where the 'Copy' button was not working when in popup mode.

v0.0.18

05 Oct 00:03
60b5e2b
Compare
Choose a tag to compare

Fix type bundling

v0.0.17

04 Oct 22:54
e61db03
Compare
Choose a tag to compare

Changes

launch now accepts a popupOptions property when mode is set to 'popup'. popupOptions accepts a width and height that can be used to override the dimensions of the popup.

Usage

authsignal.launch(url, { mode: 'popup', { popupOptions: { width: '1200px', height: '80vh' } } })

v0.0.16 (October 4, 2022)

04 Oct 03:20
8596c03
Compare
Choose a tag to compare

v0.0.15

26 Aug 01:41
058fce5
Compare
Choose a tag to compare
Add attribute for allowing credentials to iframe (#19)

v0.0.14 (August 11, 2022)

10 Aug 23:21
d8d54b8
Compare
Choose a tag to compare