Closed emteknetnz closed 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
SererRequest::fromGlobals()
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
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 v2https://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