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

Allow subclasses to override createChallenge + move classes into several files #62

Closed KAYLukas closed 6 years ago

KAYLukas commented 6 years ago

This makes it easier to write test cases for U2F implementation: you are able to mock the server and use testvectors to log in.

Furthermore, the classes have been split into several files. Issue #2 should not be a problem anymore, as this should be fixed here: https://github.com/composer/composer/pull/4907 if I'm correct.

klali commented 6 years ago

Hello,

I'm not planning to merge this. I consider this library to be in maintainance mode given webauthn happening and won't be merging style and structure changes.