Skip to content

Commit b07f9cb

Browse files
committed
Update the README
Fixes: Samyoul#5
1 parent 5454d8c commit b07f9cb

File tree

1 file changed

+11
-45
lines changed

1 file changed

+11
-45
lines changed

README.md

Lines changed: 11 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Server-side handling of FIDO U2F registration and authentication for PHP.
99
Securing your online accounts and doing your bit to protect your data is extremely important and increasingly more so as hackers get more sophisticated.
1010
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.
1111

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.
21+
Future versions may change things.
22+
1223
## The Family of U2F php Libraries
1324

1425
**Base Library**
@@ -19,15 +30,6 @@ https://github.com/code-lts/U2F-php-server
1930

2031
https://github.com/code-lts/U2F-php-UTD
2132

22-
**Frameworks**
23-
24-
*Laravel* https://github.com/code-lts/U2F-Laravel-server
25-
26-
*Yii* https://github.com/code-lts/U2F-Yii-server
27-
28-
*CodeIgniter* https://github.com/code-lts/U2F-CodeIgniter-server
29-
30-
3133
## Contents
3234

3335
1. [Installation](#installation)
@@ -445,42 +447,6 @@ $ cd u2f-php-server-examples
445447
$ composer install
446448
```
447449

448-
## Frameworks
449-
450-
### Laravel Framework
451-
452-
See the dedicated repository : https://github.com/code-lts/U2F-Laravel-server
453-
454-
Installation:
455-
456-
```sh
457-
composer require u2f-laravel-server
458-
```
459-
460-
### Yii Framework
461-
462-
See the dedicated repository : https://github.com/code-lts/U2F-Yii-server
463-
464-
Installation:
465-
466-
```sh
467-
composer require u2f-yii-server
468-
```
469-
470-
### CodeIgniter Framework
471-
472-
See the dedicated repository : https://github.com/code-lts/U2F-CodeIgniter-server
473-
474-
Installation:
475-
476-
```sh
477-
composer require u2f-codeigniter-server
478-
```
479-
480-
### Can't see yours?
481-
482-
**Your favourite php framework not in this list? Get coding and submit a pull request and get your framework extension included here.**
483-
484450
## Licence
485451

486452
The repository is licensed under a BSD license. [Read details here](https://github.com/code-lts/U2F-php-server/blob/master/LICENCE)

0 commit comments

Comments
 (0)