Yubico / php-u2flib-server

(OBSOLETE) U2F library in PHP
https://developers.yubico.com/php-u2flib-server/
BSD 2-Clause "Simplified" License
288 stars 68 forks source link

Support for Facet IDs #74

Closed casperbiering closed 5 years ago

casperbiering commented 5 years ago

After upgrading from 1.0.0 to 1.0.2 our use of Application Facets stopped working due to some introduced security checks without support for Facet IDs. This PR allows you to specify the list of trusted facet IDs, but fallback to only allowing AppID, and as such keeping backward compatibility.

klali commented 5 years ago

Thanks! merging this.