This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: Firehed/u2f-php
Releases · Firehed/u2f-php
1.2.0 - Web Authentication support
This release adds support for the Web Authentication standard, which works across most major browsers. Sample code and the demo website have both been updated accordingly. The now-legacy u2f.js system still works, but will be removed in the next major release as it's now being phased out by browsers.
1.1.0
What's Changed
-
PHP 7.0 and 7.1 support dropped. CI now covers 7.2 through 8.1 (RC)
-
Numerous interfaces added for core data objects:
- RegistrationResponseInterface
- RegistrationInterface
- PublicKeyInterface
- LoginResponseInterface
- KeyHandleInterface
- AttestationCertificateInterface
-
Server
updated to typehint those interfaces instead of concrete classes -
Improved type information; natively where possible, in docblocks where not
-
Update coding standards
-
Dropped support for
mbstring.func_overload
ini setting fixes.
New Contributors
- @francislavoie made their first contribution in #3
- @matthewslouismarie made their first contribution in #10
Full Changelog: 1.0.1...1.1.0