u2f-php
u2f-php copied to clipboard
An implementation of the FIDO U2F server protocol in PHP
It is great, not only having `u2f-php`, but also a easy to follow explanation plus `u2f-php-examples` (although it seems that there were some breaking changes since the latest release, so...
This is inspired mostly by the WWDC20 track on Safari's FaceID/TouchID support. It may be as simple as adding some additional examples and test cases to the WebAuthn branch -...
One of the core components of being able to use this library is storing registrations that are linked to the user for subsequent attempts to authenticate. As of now, this...
The additions to the changelog best summarize this, but as all of the legacy u2f.js format support will be dropped in the next major release, all of the classes and...