WebAuthn
WebAuthn copied to clipboard
A simple PHP WebAuthn (FIDO2/Passkey) server library
When using on your page, everything seems to work. As soon as I download the code from github and install on any other webpage, without any change, I get an...
First of all: thank you for this great solution. I implemented it in our application, however I stumble upon following issue on Android: When the user creates and then checks...
OK, with a virtual authenticator the [demo](https://webauthn.lubu.ch/_test/client.html) seems to work, my code is basically that code, but somehow I am getting a challenge mismatch case that prevents registration My ERROR...
Dear @lbuchs, It is possible to create an organization? It is free. It will be better to manage... To have a development team... -------------- Create an organization: - https://help.github.com/en/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch Transfer...
I was playing around with creating passkeys with LastPass (a password manager) and ran into issues with credential creation after the passkey is created from LastPass. It seems to fail...
Dear @lbuchs, I have a problem to create a PR: `Pull request creation failed. Validation failed: must be a collaborator` The source of changes is here: - https://github.com/lbuchs/WebAuthn/compare/master...ProtonMail:WebAuthn:master Done by...
Hey. I'm was looking at your library to use it in my projects but there's one thing that I can't find info about: multi domain registration. I've seen that the...
I am using the [DEMO](https://webauthn.lubu.ch/_test/client.html) or [_test](https://github.com/lbuchs/WebAuthn/tree/master/_test) client.html and server.php at the base for trying to get this working... However, neither the demo at [https://webauthn.lubu.ch/_test/client.html](https://webauthn.lubu.ch/_test/client.html) nor my local clone of...