1
- = ! Auth_Yubico PHP class =
1
+ == Auth_Yubico PHP class = =
2
2
3
3
The Yubico authentication PHP class provides an easy way to integrate
4
4
the Yubikey into your existing PHP-based user authentication
5
5
infrastructure. Installation is simple using PEAR.
6
6
7
- == Status and Roadmap ==
7
+ === Status and Roadmap = ==
8
8
9
9
The module is stable and is used in production.
10
10
@@ -17,7 +17,7 @@ exact wording. For any copyright year range specified as YYYY-ZZZZ in
17
17
this package note that the range specifies every single year in that
18
18
closed interval.
19
19
20
- == Installation ==
20
+ === Installation = ==
21
21
22
22
Make sure your PHP installation supports curl, and that you have
23
23
installed PEAR. On Debian/Ubuntu systems:
@@ -29,11 +29,12 @@ Install the component by invoking:
29
29
$ wget http://php-yubico.googlecode.com/files/Auth_Yubico-2.4.tgz
30
30
$ pear install Auth_Yubico-2.4.tgz
31
31
32
- == Example usage ==
32
+ === Example usage = ==
33
33
34
34
The class is easy to use, in an HTML *.php file you invoke it as
35
35
follows:
36
36
37
+ [source, php]
37
38
-----------
38
39
<?php
39
40
require_once 'Auth/Yubico.php';
@@ -51,9 +52,9 @@ follows:
51
52
?>
52
53
-----------
53
54
54
- == Demo page ==
55
+ === Demo page = ==
55
56
56
- Provided in the package is also a script ' demo.php' that demonstrate
57
+ Provided in the package is also a script ` demo.php` that demonstrate
57
58
how you may use the package. The source code is available from:
58
59
59
60
https://github.com/Yubico/php-yubico/blob/master/demo.php
@@ -82,8 +83,3 @@ https://github.com/Yubico/php-yubico/blob/master/example/Modhex_Calculator.php
82
83
It may be accessed here:
83
84
84
85
http://demo.yubico.com/php-yubico/Modhex_Calculator.php
85
-
86
- == Feedback ==
87
-
88
- If you want to discuss anything related to the Yubico PHP class,
89
- please contact Simon Josefsson <simon@yubico.com>.
0 commit comments