zitadel/internal/authz/repository/eventsourcing/eventstore
Livio Spring 862d141171
fix: internal check of JWT access tokens (#8486)
# Which Problems Are Solved

When using a JWT access_token on a ZITADEL API, the token was considered
invalid If the `WebKey` feature flag is enabled.

# How the Problems Are Solved

- Merge the new and old web keys if flag is enabled (as already done for
the keys endpoint).

# Additional Changes

None

# Additional Context

relates to #8449
2024-08-26 09:26:13 +00:00
..
token_verifier.go fix: internal check of JWT access tokens (#8486) 2024-08-26 09:26:13 +00:00
user_membership.go perf: remove owner removed columns from projections for oidc (#6925) 2023-11-20 17:21:08 +02:00