Skip to content

This is a simple implementation of the Webauthn API to allow servers to register and authenticate users using public key cryptography instead of a password.

License

Notifications You must be signed in to change notification settings

jkbennemann/webauthn-php

Repository files navigation

Simple package to implement the Webauthn API standard inside your PHP projects

Latest Version on Packagist Tests Total Downloads

Installation

You can install the package via composer:

composer require jkbennemann/webauthn-php

Usage

$skeleton = new Jkbennemann\Webauthn();
echo $skeleton->echoPhrase('Hello, Jkbennemann!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

This is a simple implementation of the Webauthn API to allow servers to register and authenticate users using public key cryptography instead of a password.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Languages