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 I can't see it anywhere obvious at least, as to which versions of this framework are still supported. Is 3.x considered EOL? Or would bug reports (and/or security...

### Description I haven't got one to report, but... https://github.com/web-auth/webauthn-framework/blob/c9e54b7/README.md#L40-L44 >If you discover a security vulnerability within the project, please **don't use the bug tracker and don't publish it publicly**....

### Version(s) affected 4.8.0 ### Description The [`PublicKeyCredentialLoader`](https://github.com/web-auth/webauthn-framework/blob/4.8.x/src/webauthn/src/PublicKeyCredentialLoader.php) has two kinds of deprecations: one which states that the complete class will disappear, and one that implies that the class will...

### Version(s) affected 4.8.2 ### Description Just upgraded to 4.8.2, migrated to the `WebauthnSerializerFactory` and the `CeremonyStepManagerFactory` and I get the following error when trying to register a new passkey...

### Description The docs site still shows 4.7 as the latest version, and there are no examples of how to address deprecation warnings added in 4.8. For example, in [the...

break
DX

### Description The draft version of the specification adds a couple of interesting features that could be implemented. ### Example _No response_

enhancement
compliance

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

### Description Add the support for MDS-Sentry ### Example _No response_

enhancement

### Discussed in https://github.com/web-auth/webauthn-framework/discussions/506 Originally posted by **Nevercold** October 28, 2023 Where I just browsed "SimpleWebAuthn", I saw the possibility of "Secure Payment Request". Is this already supported by this...

enhancement

### Description At the moment, the `Webauthn\AuthenticationExtension` is kind of generic extension object that carries the input and output data. It could be great to create dedicated objects for known...

enhancement