Skip to content

Commit 87c1bbf

Browse files
authored
Added Family of U2F libs to README
1 parent 9f446ec commit 87c1bbf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ Server-side handling of FIDO U2F registration and authentication for PHP.
88
Securing your online accounts and doing your bit to protect your data is extremely important and increasingly more so as hackers get more sophisticated.
99
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.
1010

11+
## The Family of U2F php Libraries
12+
13+
**Base Library**
14+
15+
https://github.com/Samyoul/U2F-php-server
16+
17+
**Fido Test Suite (UTD)**
18+
19+
https://github.com/Samyoul/U2F-php-UTD
20+
21+
**Frameworks**
22+
23+
*Laravel* https://github.com/Samyoul/U2F-Laravel-server
24+
25+
*Yii* https://github.com/Samyoul/U2F-Yii-server
26+
27+
*CodeIgniter* https://github.com/Samyoul/U2F-CodeIgniter-server
28+
29+
1130
## Contents
1231

1332
1. [Installation](#installation)

0 commit comments

Comments
 (0)