@authsignal/browser
Version:
**[Authsignal](https://www.authsignal.com) 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
31 lines (18 loc) • 1.01 kB
Markdown
<img width="1070" alt="Authsignal" src="https://raw.githubusercontent.com/authsignal/authsignal-browser/main/.github/images/authsignal.png">
# Authsignal Browser Javascript SDK
**[Authsignal](https://www.authsignal.com) 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](https://docs.authsignal.com/sdks/client/browser-sdk) for details on how to use this SDK with the Authsignal Server APIs.
### Server SDKs
[NodeJS](https://www.npmjs.com/package/@authsignal/node)
## Installation
Add the `/browser` package to your `package.json`.
### npm
```bash
npm install /browser
```
### yarn
```bash
yarn add /browser
```