stable

Clone or download

Read-only

feat: Add logic in login controller to check auth

Part of story #33005 login with only my passkey Handle post form from login page to perform authentication *Testing:* With a user with a registered passkey, go to passwordless login page, type your username, submit, use your passkey. The user must now connected. You can disable OKP keys by commenting line 41 of WebAuthnRegistration Change-Id: I334cc65170c8cb3ff5e28228e5da06d22c56a4b3

Modified Files

Name
M plugins/webauthn/include/WebAuthn/Controllers/LoginController.php +43 −1 Go to diff View file
M plugins/webauthn/include/webauthnPlugin.php +29 −1 Go to diff View file
M plugins/webauthn/site-content/fr_FR/LC_MESSAGES/tuleap-webauthn.po +10 −0 Go to diff View file
M plugins/webauthn/site-content/pt_BR/LC_MESSAGES/tuleap-webauthn.po +10 −0 Go to diff View file
M plugins/webauthn/templates/login.mustache +3 −0 Go to diff View file