madwizard-org / webauthn-server

WebAuthn Relying Party server library for PHP
MIT License
51 stars 12 forks source link

Add Backup flags specified in W3C Level 3 draft #21

Closed toitzi closed 1 year ago

toitzi commented 1 year ago

I know this is probably a bit to early since the W3C Level 3 is still a draft and not final yet, but i thought i might add this PR in case it is needed in the future?

Basicly W3C Level 3 (Draft) States to also store on registration if the BE/BS flags are set and ask the user to take actions according to the value of it (see this requirement and the new table

madwizard-thomas commented 1 year ago

Thanks for your contribution! The current implementation largely follows the first version of the spec. I've been delaying the v1.0 release due to several breaking changes happening along the way but it seems pretty stable now so I think I'll release 1.0 and start a new version based on the level 3 draft (and bump the PHP version to 8.1 or 8.2).