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

Examples for the U2F-php-server repository

License

Notifications You must be signed in to change notification settings

code-lts/U2F-php-server-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U2F-php-server-examples

Examples for the U2F-php-server repository : https://github.com/code-lts/U2F-php-server

Installation

$ git clone https://github.com/code-lts/U2F-php-server-examples.git
$ cd u2f-php-server-examples
$ composer install

Getting Started

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.

Navigate to https://your-development-ip-or-domain/u2f-php-server-examples/PDO-Without-AJAX/index.php

Choose a one of the 3 preset users to login with, start playing! :D !

Requirements

Presumably you've read the requirements of the source repository, but in case you haven't here's a link: https://github.com/code-lts/U2F-php-server#requirements

All the points are essential to pay attention to, but the biggest "gotcha" is that you are not using HTTPS.

YOU MUST USE A HTTPS URL, OR U2F WON'T WORK :)

About

Examples for the U2F-php-server repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 56.9%
  • PHP 43.1%