stable

Clone or download

Read-only

feat: Button to check your passkey

Closes story #31173 register a new passkey This commit adds a button in user preferences which allow to use your registered passkey as for authentication. *Testing:* After have register your passkey, click on the 'Check it' button, you will be asked to use your passkey. Then a 'Success!' message is displayed. Change-Id: Ia684264e6c279eee71f49cccc507278ffd836f0e

Modified Files

Name
A plugins/webauthn/build-manifest.json +9 −0 Go to diff View file
M plugins/webauthn/include/WebAuthn/Controllers/AccountController.php +1 −1 Go to diff View file
M plugins/webauthn/include/webauthnPlugin.php +4 −4 Go to diff View file
A plugins/webauthn/scripts/account/po/fr_FR.po +16 −0 Go to diff View file
A plugins/webauthn/scripts/account/po/pt_BR.po +16 −0 Go to diff View file
M plugins/webauthn/scripts/account/src/account.ts +62 −11 Go to diff View file
A plugins/webauthn/scripts/account/src/authenticate.ts +49 −0 Go to diff View file
M plugins/webauthn/site-content/fr_FR/LC_MESSAGES/tuleap-webauthn.po +3 −0 Go to diff View file
M plugins/webauthn/site-content/pt_BR/LC_MESSAGES/tuleap-webauthn.po +3 −0 Go to diff View file
M plugins/webauthn/templates/account.mustache +10 −3 Go to diff View file
M plugins/webauthn/tests/e2e/cypress/cypress/e2e/user-preferences.cy.ts +3 −2 Go to diff View file
M plugins/webauthn/tests/e2e/cypress/cypress/support/commands.ts +9 −20 Go to diff View file