Skip to content

Commit

Permalink
Update browser sdk readme (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsoong committed Jul 10, 2022
1 parent 76f1bdf commit f5e3fe1
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# authsignal-browser
# 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 node-code fraud risk rules engine to manage when step up challenges are triggered.**


## Usage

The Authsignal Browser API can be used to launch the Authsignal Prebuilt MFA page to let users set up MFA and complete challenges.

See the [documentation](https://docs.authsignal.com) 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 `@authsignal/browser` package to your `package.json`.

### npm
```bash
npm install @authsignal/browser
```

### yarn

```bash
yarn add @authsignal/browser
```

0 comments on commit f5e3fe1

Please sign in to comment.