stable

Clone or download

Read-only

fix: POST /webauthn/registration-challenge returns 200

Part of story #31173 register a new passkey This route create a ressource, but user cannot GET this ressource. So the correct status code is 200 and not 201 Change-Id: Iebc93a851c43b2549c625b8ba2f0348e81753020

Modified Files

Name
M src/common/WebAuthn/Controllers/PostRegistrationChallengeController.php +1 −1 Go to diff View file
M tests/unit/common/WebAuthn/Controllers/PostRegistrationChallengeControllerTest.php +12 −12 Go to diff View file