You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,17 +61,17 @@ Please review [my security policy](.github/SECURITY.md) on how to report securit
61
61
62
62
This package is heavily inspired from Larapass and asbiin/laravel-webauthn.
63
63
64
-
-[Randall Wilk](https://github.com/rawilk)
65
-
-[All Contributors](../../contributors)
64
+
-[Randall Wilk](https://github.com/rawilk)
65
+
-[All Contributors](../../contributors)
66
66
67
67
Since the `v1.0.1` patch, a considerable amount of the JavaScript portion of this package has been sourced from the [SimpleWebAuthn](https://github.com/MasterKale/SimpleWebAuthn) package made by [Matthew Miller](https://github.com/MasterKale). His copyright has been added to the license file, and copyright notices have been placed in JS files where the code is extremely close to what his is.
68
68
69
69
## Alternatives
70
70
71
71
This package aims to provide only the bare necessities required to utilize WebAuthn in your application, which provides the freedom to incorporate it into your project based on your own needs and desires. If you're looking for a more complete solution, consider one of these alternatives:
Copy file name to clipboardExpand all lines: docs/installation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ See the default configuration values [here](https://github.com/rawilk/laravel-we
27
27
28
28
No custom configuration is required out-of-the-box, however some common configurations you may want to change include:
29
29
30
-
-`user_verification`: Basically determines if the user needs to enter a PIN for their security key. Set to `discouraged` to not require that.
31
-
-`attachment_mode`: Determines which type of authenticator the user may use. Use `platform` for internal (biometric), and `cross-platform` for roaming (security) keys.
30
+
-`user_verification`: Basically determines if the user needs to enter a PIN for their security key. Set to `discouraged` to not require that.
31
+
-`attachment_mode`: Determines which type of authenticator the user may use. Use `platform` for internal (biometric), and `cross-platform` for roaming (security) keys.
Copy file name to clipboardExpand all lines: docs/requirements.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ sort: 2
5
5
6
6
## General Requirements
7
7
8
-
-PHP **8.1** or greater
9
-
-Laravel **9.12** or greater
8
+
- PHP **8.1** or greater
9
+
- Laravel **9.12** or greater
10
10
11
11
## Browser Requirements
12
12
13
13
Most modern browsers support both platform and cross-platform WebAuthn. You can check which browsers support at [caniuse](https://caniuse.com/webauthn). In addition,
14
14
your application must meet these requirements:
15
15
16
-
-A proper domain name (localhost and 127.0.0.1 are rejected by our `webauthn.js` script)
17
-
-Site must run on an SSL/TLS certificate (self-signed is okay)
16
+
- A proper domain name (localhost and 127.0.0.1 are rejected by our `webauthn.js` script)
17
+
- Site must run on an SSL/TLS certificate (self-signed is okay)
0 commit comments