Skip to content

Commit 577820d

Browse files
committed
Do you ever get tired of tweaks?
1 parent 2ba8e7e commit 577820d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ A few **things you need** to know before working with this:
4444

4545
This repository requires OpenSSL 1.0.0 or higher. For further details on installing OpenSSL please refer to the php manual http://php.net/manual/en/openssl.installation.php .
4646

47+
Also see [Compatibility Code](#compatibility-code), to check if you have the correct version of OpenSSL installed, and are unsure how else to check.
48+
4749
### Client-side (The magic JavaScript Bit of talking with a USB device)
4850

4951
My presumption is that if you are looking to add U2F authentication to a php system, then you'll probably are also looking for some client-side handling. You've got a U2F enabled USB device and you want to get the USB device speaking with the browser and then with your server running php.
@@ -54,6 +56,7 @@ My presumption is that if you are looking to add U2F authentication to a php sys
5456
### HTTPS and SSL
5557

5658
For U2F to work your website/service must use a HTTPS URL. Without a HTTPS URL your code won't work, so get one for your localhost, get one for your production. https://letsencrypt.org/
59+
Basically encrypt everything.
5760

5861

5962
## Terminology
@@ -122,7 +125,7 @@ You can also install it with the following:
122125

123126
### Compatibility Code
124127

125-
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 wil check your OpenSSL version and ensure it is at least 1.0.0 .
128+
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 .
126129

127130
```php
128131
<?php

0 commit comments

Comments
 (0)