You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ FIDO's U2F enables you to add a simple unobtrusive method of 2nd factor authenti
35
35
36
36
A few **things you need** to know before working with this:
37
37
38
-
1.[**_OpenSSL_**](#openssl)
39
-
2.[**_A Datastore_**](#recommended-datastore-structure) You need some kind of datastore for all your U2F registered users (although if you have a system with user authentication I'm presuming you've got this one sorted).
40
-
3.[**_Client-side Handling_**](#client-side) You need to be able to communicate with a some kind of device.
41
-
4.[**_A HTTPS URL_**](#https-and-ssl) This is very important, without HTTPS U2F simply will not work.
38
+
1.[**_OpenSSL_**](#openssl)You need at least OpenSSL 1.0.0 or higher.
39
+
2.[**_Client-side Handling_**](#client-side) You need to be able to communicate with a some kind of device.
40
+
3.[**_A HTTPS URL_**](#https-and-ssl) This is very important, without HTTPS U2F simply will not work.
41
+
4.[**_A Datastore_**](#recommended-datastore-structure) You need some kind of datastore for all your U2F registered users (although if you have a system with user authentication I'm presuming you've got this one sorted).
42
42
43
43
### OpenSSL
44
44
@@ -118,7 +118,7 @@ You can also install it with the following:
0 commit comments