webauthn-framework icon indicating copy to clipboard operation
webauthn-framework copied to clipboard

FIDO-U2F / FIDO2 / Webauthn Framework

Results 58 webauthn-framework issues
Sort by recently updated
recently updated
newest added

### Description Currently, the library requires `isUserPresent` to be true during credential registration and assertion ceremonies and `isUserVerified` to be true when the options have `USER_VERIFICATION_REQUIREMENT_REQUIRED` set. However, with Conditional...

Target branch: 5.2 Resolves issue # - [ ] It is a Bug fix - [x] It is a New feature - [ ] Breaks BC - [ ] Includes...

enhancement

### Version(s) affected 5.2 ### Description User check is not considered when login ### How to reproduce UserChecker check if user have "login" in role array ```php

### Description If you see the spec, a "[Public Key Credential Source](https://www.w3.org/TR/webauthn-2/#public-key-credential-source)" is only managed and stored by the authenticator, cause it contains the private key, and has many fewer...

### Version(s) affected 5.2 ### Description I try to add Yubikey ### How to reproduce the "attestation_conveyance: 'direct'" option send this error. Without this options, its works, but without transports...

### Version(s) affected 5.2 ### Description All options is not working ### How to reproduce webauthn.yaml ```yaml # Please see the following page for more information: https://webauthn-doc.spomky-labs.com/the-webauthn-server/the-symfony-way#configuration webauthn: credential_repository: 'App\Repository\WebauthnCredentialRepository'...

### Description The Stimulus Controller continued growing. It should be better to split it and simplify the number of options. This change will permit the controller to be in line...

enhancement

### Version(s) affected 5.2.2 ### Description I believe that the correct method name is createFromJson. ```php public static function createFormJson(string $data): self ``` ### How to reproduce Open `web-auth/webauthn-lib/src/CollectedClientData.php` line...