mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-24 17:31:33 +00:00

# Which Problems Are Solved Access token checks make sure that there have not been any termination events (user locked, deactivated, signed out, ...) in the meantime. This events were filtered based on the creation date of the last session event, which might cause latency issues in the database. # How the Problems Are Solved - Changed the query to use `position` instead of `created_at`. - removed `AwaitOpenTransactions` # Additional Changes Added the `position` field to the `ReadModel`. # Additional Context - relates to #8088 - part of #7639 - backport to 2.53.x (cherry picked from commit 931a6c7ccef71f8626ff8285d360d98a17e720b1)