Skip to content

Releases: authsignal/authsignal-browser

v0.0.3

30 May 22:25
ff5ca9d
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Rename export to AuthsignalBrowser.
  • Replace challengeWithRedirect and challengeWithPopup with a single challenge function that takes a mode parameter.
  • Inject a style tag that contains the CSS needed for the popup when using challenge({...config, mode: 'popup'). Previously the consumer had to add the CSS themselves.
  • Add a mfa method.

v0.0.2

27 May 00:39
f20dc97
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Added challengeWithRedirect method.

v0.0.1

26 May 23:35
ffeda7b
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Merge pull request #2 from authsignal/release-package-workflow

Add github workflow for publishing to npm when release created