Yubico / php-u2flib-server

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

Fixed dynamic properties handling #75

Closed bistory closed 5 years ago

bistory commented 5 years ago

Fixed a bug that prevents using dynamic properties like ORM results to be used by castObjectToRegistration.

This is a trivial change that fixes a major issue preventing using the U2flib in the latest version (appears in 1.0.2).