Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Releases: Firehed/u2f-php

1.2.0 - Web Authentication support

26 Oct 17:34
e2b7d9e
Compare
Choose a tag to compare

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

25 Oct 23:11
31535c6
Compare
Choose a tag to compare

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

Full Changelog: 1.0.1...1.1.0

1.0.1

07 Jun 17:51
38780b9
Compare
Choose a tag to compare

This release better adheres to the Fido U2F spec, treating the cid_pubkey registration field as optional. There were some changes in newer versions of Chrome (starting around v74) that removed this field as what appears to be part of a broader change.

1.0.0

30 Apr 00:57
Compare
Choose a tag to compare

Initial stable release