Package Exports
- @authsignal/browser
- @authsignal/browser/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@authsignal/browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Authsignal Browser Javascript SDK
Authsignal provides passwordless step up authentication (Multi-factor Authentication - MFA) that can be placed anywhere within your application. Authsignal also provides a no-code fraud risk rules engine to manage when step up challenges are triggered.
Usage
The Authsignal Browser API can be used to launch Authsignal's Challenge UI to let users set up MFA and complete challenges.
See the documentation for details on how to use this SDK with the Authsignal Server APIs.
Server SDKs
Installation
Add the @authsignal/browser package to your package.json.
npm
npm install @authsignal/browseryarn
yarn add @authsignal/browser