stable

Clone or download

Read-only

feat: Check attestation response

Part of story #31173 register a new passkey This commit add a new step in registration ceremony : check of attestation response. The class PasskeyStub is also changed to generate a valid response. Change-Id: I3a871c5f45c3439f790360a2532d7a471edcfd34

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M src/common/Request/RouteCollector.php +9 −1 Go to diff View file
M src/common/WebAuthn/Controllers/PostRegistrationController.php +12 −2 Go to diff View file
M tests/lib/Stubs/WebAuthn/PasskeyStub.php +19 −5 Go to diff View file
M tests/unit/common/WebAuthn/Controllers/PostRegistrationControllerTest.php +34 −3 Go to diff View file