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
+11-45Lines changed: 11 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,17 @@ Server-side handling of FIDO U2F registration and authentication for PHP.
9
9
Securing your online accounts and doing your bit to protect your data is extremely important and increasingly more so as hackers get more sophisticated.
10
10
FIDO's U2F enables you to add a simple unobtrusive method of 2nd factor authentication, allowing users of your service and/or application to link a hardware key to their account.
11
11
12
+
## Story about this library fork
13
+
14
+
All started in this [issue](https://github.com/Samyoul/U2F-php-server/issues/8) in October 2020.
15
+
I quickly worked hard on building tests and opening a [pull-request](https://github.com/Samyoul/U2F-php-server/pull/9).
16
+
But nothing got merged because the library author vanished.
17
+
18
+
### What does change in this fork ?
19
+
20
+
For the first released version: nothing changed, only tests where written. And PHP 8.1 support was done.
0 commit comments