stable
Clone or download
Read-only
Part of story #31173 register a new passkey This commit adds the last step of authentication ceremony. Controller retrieve options and check passkey response. Change-Id: I469f863ec2297039167d609e30b676bc0fc9550f
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 | +26 | −1 | Go to diff View file |
M | src/common/WebAuthn/Controllers/PostAuthenticationController.php | +40 | −1 | Go to diff View file |
M | tests/lib/Stubs/WebAuthn/PasskeyStub.php | +37 | −2 | Go to diff View file |
M | tests/lib/Stubs/WebAuthn/WebAuthnCredentialSourceDaoStub.php | +27 | −1 | Go to diff View file |
M | tests/unit/common/WebAuthn/Controllers/PostAuthenticationControllerTest.php | +83 | −7 | Go to diff View file |