simplesamlphp / simplesamlphp-module-webauthn

A module implementing FIDO2 / WebAuthn as a second authentication factor
GNU Lesser General Public License v2.1
15 stars 8 forks source link

Bump CBOR-library #46

Closed tvdijen closed 1 year ago

tvdijen commented 1 year ago

Ideally we would support ^2.1 || ^3.0, but a few backwards incompatibilities have been identified;

CBOR\Tag\EpochTag CBOR\Tag\PositiveBigIntegerTag CBOR\Tag\TagObjectManager

There is no changelog or upgrade note available.

EpochTag is an empty class wrapped around CBOR\Tag\DatetimeTag, so that's an easy fix. PositiveBigIntegerTag is the same and becomes UnsignedBigIntegerTag TagObjectManager becomes TagManager

tvdijen commented 1 year ago

Closed in e39da59