web-auth / webauthn-framework

FIDO-U2F / FIDO2 / Webauthn Framework
MIT License
397 stars 51 forks source link

Compatibility with php 7.4? #539

Closed developer-betandeal closed 6 months ago

developer-betandeal commented 7 months ago

Description

I need to implement webauthn in a php 7.4 powered site (changing to php 8 is not an option for now). I would fork the repo and make the modifications needed by myself. There are some dependencies out of this repo incompatible with php 4.7?

Example

No response

Spomky commented 7 months ago

Hi,

The framework follows the major PHP versions and now PHP versions below 8.1 are not supported anymore. Si it is quite difficult to answer this question and the answer that first comes is "no", but try it as it may work with a previous major release. For a security feature like this, this is not something we recommend in all cases, but for experimenting on a non-critical system it is still possible.

developer-betandeal commented 7 months ago

I understand, but there are a lot of very complex systems that cannot just upgrade to php8 and they needs to be able to use webauthn. I don't know if it would be easiest to create a microservice to do the job (calling to obtain the options / check the responses) written in any other up-to-date languaje or to make this work on php7.4.

Spomky commented 6 months ago

Indeed, if you use it with an independent application you solve your issue.

github-actions[bot] commented 4 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.