madwizard-org / webauthn-server

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

Chrome empty userHandle instead of null #4

Closed madwizard-thomas closed 5 years ago

madwizard-thomas commented 5 years ago

https://bugs.chromium.org/p/chromium/issues/detail?id=847878 Chrome violates the spec here. Wait for fix in Chrome or add check for emtpy ArrayBuffer userHandle and treat as null.

madwizard-thomas commented 5 years ago

Chrome bug is fixed.