Releases: authsignal/authsignal-browser
Releases · authsignal/authsignal-browser
v0.0.13
A couple of styling tweaks:
- Increased the border radius of the popup.
- Decreased the width of the popup.
v0.0.11
Remove endpoint check (#14)
* Remove endpoint check
* Bump version
v0.0.10
Remove trailing slash (#13)
v0.0.9
The promise returned by launch
when used in popup mode now resolves when the popup is closed.
v0.0.8
- Deprecated
AuthsignalBrowser
and replace it with Authsignal
- Deprecated
mfa()
and challenge()
and replaced with a single launch()
function
- Increased
z-index
of the popup to ensure it shows on top of the consumer's application
v0.0.7
Fix typo (#9)
* Fix typo
* Bump version
v0.0.5
- Remove
publishableKey
param, and add it to the AuthsignalOptions
object instead.
v0.0.4
- Make the
iframe
when using challenge({ mode: 'popup' })
fluid width