Files
zitadel/internal/query
Marco A. 7a15a06d69 fix: reducer for PasskeyVerified sets VerifiedAt (#11929)
# Which Problems Are Solved

In https://github.com/zitadel/zitadel/pull/11858#discussion_r2993742914
we discussed on how to translate the ES passkey state to a relational
one. That is used to filter out passkeys during convertion to webauthn
credentials.

It was decided to consider passkeys in ready state those that have a
verified at `time.Time` set.

The change required fixing the reducer for the eventstore event.

# How the Problems Are Solved

  - Set `VerifiedAt` once `HumanWebAuthNVerifiedEvent` is received
  - Also set the verification to `nil`

# Additional Context

- Discussion #11858
- Follow-up for PR #11858
2026-03-31 17:38:47 +02:00
..
2025-04-02 16:53:06 +02:00
2026-03-11 08:12:46 +01:00
2025-03-31 12:45:11 +02:00
2024-02-28 10:55:54 +02:00
2026-03-17 12:54:27 +01:00
2026-03-17 12:54:27 +01:00
2024-04-16 11:19:17 +00:00
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00
2025-10-29 10:12:50 +01:00
2025-12-10 13:13:56 +01:00