stable
Clone or download
Read-only
Part of story #33005 login with only my passkey This commit adds a ts asset to passwordless login to perform first part of authentication ceremony *Testing:* - With a user with no registered passkey -> display an error has it need to register one before - With a user with registered passkey -> webauthn authentication then Tuleap error has the route doesn't support POST method Change-Id: I1e4c1db87d4f15bfc474962a0a6d0665aca26ab3
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/webauthn/scripts/login/package.json | +6 | −1 | Go to diff View file |
M | plugins/webauthn/scripts/login/pnpm-lock.yaml | +31 | −0 | Go to diff View file |
M | plugins/webauthn/scripts/login/src/login.ts | +56 | −0 | Go to diff View file |
M | plugins/webauthn/scripts/login/themes/style.scss | +4 | −0 | Go to diff View file |
M | plugins/webauthn/scripts/login/vite.config.ts | +3 | −0 | Go to diff View file |
M | plugins/webauthn/templates/login.mustache | +4 | −1 | Go to diff View file |