silverstripe / silverstripe-webauthn-authenticator

A Web Authentication (WebAuthn) authenticator for silverstripe/silverstripe-mfa
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

DEP Use guzzlehttp/psr7 ^2 #103

Closed emteknetnz closed 2 years ago

emteknetnz commented 2 years ago

Issue https://github.com/silverstripe/silverstripe-framework/issues/10253

Only references to guzzle psr7 in the module is calling SererRequest::fromGlobals() which is unchanged between guzzle psr7 v1 and v2

https://github.com/guzzle/psr7/blob/1.x/src/ServerRequest.php#L170 https://github.com/guzzle/psr7/blob/master/src/ServerRequest.php#L166

Have manually confirmed locally that yubikey registration and authentication still works with guzzlehttp/psr7 ^2