Skip to content

BigCopilot/PHP-FIDO2-Example

 
 

Repository files navigation

SAFETECHio PHP FIDO2 Example

Example Home Page

Libraries

For details of the source libraries see:

Getting Started

If you don't have access to a running configured php server no problem you can use the docker container provided.

Open a new terminal window and navigate to the root director of this repo on your machine and enter

docker-composer up

Open another separate terminal and enter the following commands

docker exec -it fido2-example /bin/bash
cd app
composer install
npm install
npm run build

After the installation of the packages dependencies has been completed navigate to the following URL

http://localhost:8082/dist/

Or click here http://localhost:8082/dist/.

Browser Compatibility

To get the latest details of which version of which browsers offer support for WebAuthn please visit Can I Use WebAuthn. As of writing (2019-06-28) the following browsers have support:

WebAuthn Browser Compatibility

Microsoft EDGE

Edge has support in version 18 and higher. However Edge is not updated independently of the operating system, this means that in order to update your version of Edge you will need to update your version of Windows 10.

Updating Windows 10 to the latest version may require a few steps, first check your computer has all pending updates installed by following the instructions here.

If after all available updates have been installed and your version of Edge is still lower than 17 you will need to manually update your OS. The latest update for Windows 10 can be found here.

This process may take a long time, so it may be easier to use a more popular browser that does support the latest in web security ;).

About

FIDO 2 / WebAuthn server and client library example usage for php

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.0%
  • HTML 17.7%
  • JavaScript 4.8%
  • Dockerfile 1.5%