10.0.0 • Published 19 days ago

@simplewebauthn/browser v10.0.0

Weekly downloads
589
License
MIT
Repository
github
Last release
19 days ago

@simplewebauthn/browser

WebAuthn npm (scoped) Browser Support

Installation

This package is available on npm:

npm install @simplewebauthn/browser

UMD

This package can also be installed via unpkg by including the following script in your page's <head> element. The library's methods will be available on the global SimpleWebAuthnBrowser object.

NOTE: The only difference between the two packages below is that the ES5 bundle includes TypeScript's tslib runtime code. This adds some bundle size overhead, but does enable use of supportsWebAuthn() in older browsers to show appropriate UI when WebAuthn is unavailable.

ES5

If you need to support WebAuthn feature detection in deprecated browsers like IE11 and Edge Legacy, include the ES5 version:

<script src="https://unpkg.com/@simplewebauthn/browser/dist/bundle/index.es5.umd.min.js"></script>

ES2018

If you only need to support modern browsers, include the ES2018 version:

<script src="https://unpkg.com/@simplewebauthn/browser"></script>

Usage

You can find in-depth documentation on this package here: https://simplewebauthn.dev/docs/packages/browser

10.0.0

19 days ago

9.0.1

3 months ago

9.0.0

3 months ago

8.3.7

3 months ago

8.0.0-alpha.0

8 months ago

8.3.0

7 months ago

8.3.1

7 months ago

8.3.4

6 months ago

8.3.3

6 months ago

7.4.0

9 months ago

8.0.0

8 months ago

8.2.1

7 months ago

8.2.0

7 months ago

8.0.2

8 months ago

7.2.0

1 year ago

7.1.0

1 year ago

7.0.1

1 year ago

7.0.0

1 year ago

6.2.2

1 year ago

6.3.0-alpha.1

2 years ago

6.2.1

2 years ago

5.4.1

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

6.0.0

2 years ago

5.2.1

2 years ago

5.2.0

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

4.1.0

3 years ago

4.0.0

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

2.2.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago

0.10.6

3 years ago

0.10.5

3 years ago

0.10.4

3 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.2

4 years ago

0.8.0

4 years ago

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.1-alpha.1

4 years ago

0.7.1-alpha.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.4-alpha.0

4 years ago