Releases: authsignal/authsignal-browser
Releases · authsignal/authsignal-browser
v0.0.3
- Rename export to
AuthsignalBrowser.
- Replace
challengeWithRedirect
andchallengeWithPopup
with a singlechallenge
function that takes amode
parameter. - Inject a
style
tag that contains the CSS needed for the popup when usingchallenge({...config, mode: 'popup')
. Previously the consumer had to add the CSS themselves. - Add a
mfa
method.