@authsignal/browser 0.0.18 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +2787 -15
- package/dist/index.mjs +2787 -15
- package/dist/popup-handler.d.ts +5 -3
- package/dist/types.d.ts +5 -3
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
The Authsignal Browser API can be used to launch the Authsignal Prebuilt MFA page to let users set up MFA and complete challenges.
|
|
9
9
|
|
|
10
|
-
See the [documentation](https://docs.authsignal.com) for details on how to use this SDK with the Authsignal Server APIs.
|
|
10
|
+
See the [documentation](https://docs.authsignal.com/api/browser-api) for details on how to use this SDK with the Authsignal Server APIs.
|
|
11
11
|
|
|
12
12
|
### Server SDKs
|
|
13
13
|
[NodeJS](https://www.npmjs.com/package/@authsignal/node)
|