Skip to content

Commit bcb4ccf

Browse files
committed
Authenticaton example tweak
1 parent 4da7e76 commit bcb4ccf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ You can also install it with the following:
123123
1. [Step 2: Talking to the HID]()
124124
1. [Step 3: Validation]()
125125

126+
---
127+
126128
### Compatibility Code
127129

128130
You'll only ever need to use this method call once per installation and only in the context of debugging if the class is giving you unexpected errors. This method call will check your OpenSSL version and ensure it is at least 1.0.0 .
@@ -136,6 +138,8 @@ use Samyoul\U2F;
136138
var_dump(U2F::checkOpenSSLVersion());
137139
```
138140

141+
---
142+
139143
### Registration Code
140144

141145
#### Registration Step 1:
@@ -258,6 +262,8 @@ try {
258262
echo View::make('template/location/u2f-registration-result.html', compact('userMessage'));
259263
```
260264
265+
---
266+
261267
### Authentication Code
262268
263269
#### Authentication Step 1:
@@ -387,6 +393,14 @@ try {
387393
echo View::make('template/location/u2f-authentication-result.html', compact('userMessage'));
388394
```
389395

396+
---
397+
398+
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)
399+
400+
You can also install it with the following:
401+
402+
`composer require samyoul/u2f-php-server-examples`
403+
390404
## Frameworks
391405

392406
### Laravel Framework

0 commit comments

Comments
 (0)