stable

Clone or download

Read-only

feat: Retrieve challenge for registration ceremony

Part of story #31173 register a new passkey This commit introduce capability to retrieve previously stored challenge. This challenge is used to create options for registration and authentication ceremonies. Change-Id: Ieed67804efee6ca3dc90966ab271915f0013e04f

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 +6 −0 Go to diff View file
A src/common/WebAuthn/Challenge/RetrieveWebAuthnChallenge.php +33 −0 Go to diff View file
M src/common/WebAuthn/Challenge/WebAuthnChallengeDao.php +25 −1 Go to diff View file
M src/common/WebAuthn/Controllers/PostRegistrationController.php +29 −8 Go to diff View file
M tests/integration/tests/WebAuthn/Challenge/WebAuthnChallengeDaoTest.php +46 −14 Go to diff View file
M tests/lib/Stubs/WebAuthn/WebAuthnChallengeDaoStub.php +15 −2 Go to diff View file
M tests/unit/common/WebAuthn/Controllers/PostRegistrationControllerTest.php +27 −3 Go to diff View file