Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 4b4341a

Browse files
committed
Updated README and refactored name of example folder
1 parent be789ff commit 4b4341a

20 files changed

+16
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,19 @@ $ git clone https://github.com/Samyoul/U2F-php-server-examples.git
88
$ cd u2f-php-server-examples
99
$ composer install
1010
```
11+
12+
## Getting Started
13+
14+
After you've installed the repository you will be able to start using the examples. They are written to "just work" , so hopefully they will.
15+
16+
Navigate to `https://your-development-ip-or-domain/u2f-php-server-examples/PDO-Without-AJAX/index.php`
17+
18+
Choose a one of the 3 preset users to login with, start playing! :D !
19+
20+
## Requirements
21+
22+
Presumably you've read the requirements of the source repository, but in case you haven't here's a link: https://github.com/Samyoul/U2F-php-server#requirements
23+
24+
All the points are essential to pay attention to, but the biggest "gotcha" is that you are not using HTTPS.
25+
26+
**YOU MUST USE A HTTPS URL, OR U2F WON'T WORK** :)

0 commit comments

Comments
 (0)