webauthn icon indicating copy to clipboard operation
webauthn copied to clipboard

An implementation of webauthn in PHP on the server side (e.g Yubico 2 and Google Titan keys)

Results 22 webauthn issues
Sort by recently updated
recently updated
newest added

Modification on the existing code to strip https:// prefix only - as http://localhost is considered a secure domain used for development and testing. Love this project, thanks so much!

Hello The library works without problems in Mac OS X with Firefox, Chrome, Opera and Safari. (all last versions) On Windows 10 version 1903, it works well under Chrome, but...

Attempting to create a key only allows for certification through security key, but not via other ways (e.g. Pin Auth on Win 10 or fingerprint on Android) - both platforms...

In webauthnregister.js, following check is performed: `if ('https://'+key.publicKey.rp.name != cd.origin) { return cb(false, 'key returned something unexpected (2)'); }` I know this project assumes that the rp.name and rp.id are...

Hello, I am trying to use the library for an implementation. I am having a problem after registering the device (it works perfectly) and then when trying to authenticate, the...

Hello, When I try to log the aaguid ( in the register function, $ao->attData->aaguid ) I gives me a strange text like "^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@" What could have caused this? Anyone seen...

Are there any plans to support discoverable credentials? It may not be to difficult because it mainly needs to set `$result->authenticatorSelection->requireResidentKey` to true during registration and not setting `$publickey->allowCredentials` during...

enhancement

Hello, when I ran the code on my localhost, I got the error mentioned in the title, generated by clicking the submit button on user registration. However, after I googled...

Is there any way to store multiple keys for one user?