Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
/ u2f-php Public archive

An implementation of the FIDO U2F server protocol in PHP

License

Notifications You must be signed in to change notification settings

Firehed/u2f-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

U2F

A PHP implementation of the FIDO U2F authentication standard

Introduction

This library is designed to allow easy integration of U2F hardware keys to an existing user authentication scheme.

Usage

(Coming with finalized API)

Registration

Authentication

Tests

If you are using Arcanist, arc unit workflows will work as expected.

Otherwise, all tests are in the tests/ directory and can be run with phpunit tests/.

License

(TBD)