1
0
mirror of https://github.com/zitadel/zitadel.git synced 2024-12-18 22:07:32 +00:00

3 Commits

Author SHA1 Message Date
Tim Möhlmann
86af67d1be
feat(api/v2): implement U2F session check () 2023-08-11 15:36:18 +00:00
Tim Möhlmann
f456168a74
feat: session v2 passkey authentication () 2023-06-07 17:28:42 +02:00
Tim Möhlmann
a301c40f9f
feat: implement register Passkey user API v2 ()
* command/crypto: DRY the code

- reuse the the algorithm switch to create a secret generator
- add a verifyCryptoCode function

* command: crypto code tests

* migrate webauthn package

* finish integration tests with webauthn mock client
2023-05-24 10:22:00 +00:00