1
1
# U2F-php-server
2
2
3
- [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/samyoul /u2f-php-server.svg?style=flat-square )] ( https://packagist.org/packages/samyoul /u2f-php-server )
4
- [ ![ GitHub license] ( https://img.shields.io/github/license/Samyoul /U2F-php-server?style=flat-square )] ( LICENCE )
3
+ [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/code-lts /u2f-php-server.svg?style=flat-square )] ( https://packagist.org/packages/code-lts /u2f-php-server )
4
+ [ ![ GitHub license] ( https://img.shields.io/github/license/code-lts /U2F-php-server?style=flat-square )] ( LICENCE )
5
5
6
6
Server-side handling of FIDO U2F registration and authentication for PHP.
7
7
@@ -12,19 +12,19 @@ FIDO's U2F enables you to add a simple unobtrusive method of 2nd factor authenti
12
12
13
13
** Base Library**
14
14
15
- https://github.com/Samyoul /U2F-php-server
15
+ https://github.com/code-lts /U2F-php-server
16
16
17
17
** Fido Test Suite (UTD)**
18
18
19
- https://github.com/Samyoul /U2F-php-UTD
19
+ https://github.com/code-lts /U2F-php-UTD
20
20
21
21
** Frameworks**
22
22
23
- * Laravel* https://github.com/Samyoul /U2F-Laravel-server
23
+ * Laravel* https://github.com/code-lts /U2F-Laravel-server
24
24
25
- * Yii* https://github.com/Samyoul /U2F-Yii-server
25
+ * Yii* https://github.com/code-lts /U2F-Yii-server
26
26
27
- * CodeIgniter* https://github.com/Samyoul /U2F-CodeIgniter-server
27
+ * CodeIgniter* https://github.com/code-lts /U2F-CodeIgniter-server
28
28
29
29
30
30
## Contents
@@ -52,7 +52,7 @@ https://github.com/Samyoul/U2F-php-UTD
52
52
53
53
## Installation
54
54
55
- ` composer require samyoul /u2f-php-server `
55
+ ` composer require code-lts /u2f-php-server `
56
56
57
57
## Requirements
58
58
@@ -131,12 +131,12 @@ TODO the descriptions
131
131
132
132
## Example Code
133
133
134
- For a full working code example for this repository please see [ the dedicated example repository] ( https://github.com/Samyoul /U2F-php-server-examples )
134
+ For a full working code example for this repository please see [ the dedicated example repository] ( https://github.com/code-lts /U2F-php-server-examples )
135
135
136
136
You can also install it with the following:
137
137
138
138
``` sh
139
- $ git clone https://github.com/Samyoul /U2F-php-server-examples.git
139
+ $ git clone https://github.com/code-lts /U2F-php-server-examples.git
140
140
$ cd u2f-php-server-examples
141
141
$ composer install
142
142
```
@@ -434,12 +434,12 @@ echo View::make('template/location/u2f-authentication-result.html', [
434
434
435
435
---
436
436
437
- Again, if you want to just download some example code to play with just install the full working code examples written for this repository please see [ the dedicated example repository] ( https://github.com/Samyoul /U2F-php-server-examples )
437
+ Again, if you want to just download some example code to play with just install the full working code examples written for this repository please see [ the dedicated example repository] ( https://github.com/code-lts /U2F-php-server-examples )
438
438
439
439
You can also install it with the following:
440
440
441
441
``` sh
442
- $ git clone https://github.com/Samyoul /U2F-php-server-examples.git
442
+ $ git clone https://github.com/code-lts /U2F-php-server-examples.git
443
443
$ cd u2f-php-server-examples
444
444
$ composer install
445
445
```
@@ -448,7 +448,7 @@ $ composer install
448
448
449
449
### Laravel Framework
450
450
451
- See the dedicated repository : https://github.com/Samyoul /U2F-Laravel-server
451
+ See the dedicated repository : https://github.com/code-lts /U2F-Laravel-server
452
452
453
453
Installation:
454
454
@@ -458,7 +458,7 @@ composer require u2f-laravel-server
458
458
459
459
### Yii Framework
460
460
461
- See the dedicated repository : https://github.com/Samyoul /U2F-Yii-server
461
+ See the dedicated repository : https://github.com/code-lts /U2F-Yii-server
462
462
463
463
Installation:
464
464
@@ -468,7 +468,7 @@ composer require u2f-yii-server
468
468
469
469
### CodeIgniter Framework
470
470
471
- See the dedicated repository : https://github.com/Samyoul /U2F-CodeIgniter-server
471
+ See the dedicated repository : https://github.com/code-lts /U2F-CodeIgniter-server
472
472
473
473
Installation:
474
474
@@ -482,7 +482,7 @@ composer require u2f-codeigniter-server
482
482
483
483
## Licence
484
484
485
- The repository is licensed under a BSD license. [ Read details here] ( https://github.com/Samyoul /U2F-php-server/blob/master/LICENCE )
485
+ The repository is licensed under a BSD license. [ Read details here] ( https://github.com/code-lts /U2F-php-server/blob/master/LICENCE )
486
486
487
487
## Credits
488
488
0 commit comments