stable

Clone or download

Read-only

feat: Begin last step of authentication ceremony

Part of story #31173 register a new passkey Route POST /webauthn/authentication get response of passkey for authentication ceremony and check it. In this commit we get the response and check its format. Future commit will check response itself. *Testing:* Fetch POST /webauthn/authentication, tests cases are in PostAuthenticationControllerTest.php Change-Id: I8a40c39b55344ab361fc843f4cdbc06729c7b9a2

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 +18 −0 Go to diff View file
A src/common/WebAuthn/Controllers/PostAuthenticationController.php +84 −0 Go to diff View file
A tests/unit/common/WebAuthn/Controllers/PostAuthenticationControllerTest.php +130 −0 Go to diff View file