lbuchs / WebAuthn

A simple PHP WebAuthn (FIDO2/Passkey) server library

Home Page:https://webauthn.lubu.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ByteBuffer incompatible with PHP 8.1

brainfoolong opened this issue · comments

Hi!

The ByteBuffer class is incompatible with PHP 8.1

I had to remove \Serializable interface (https://php.watch/versions/8.1/serializable-deprecated) and also to fix the return type of jsonSerialize to :mixed.

I don't create a pull request for this, as i guess this is a breaking change for existing users.

commented

duplicate of #37