zitadel/internal/authz/repository
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
..
eventsourcing fix: internal check of JWT access tokens (#8486) 2024-08-26 09:26:13 +00:00
repository.go fix: move activity log to queries and remove old code (#3096) 2022-01-26 10:16:33 +01:00
token_verifier.go feat: permit all features to every instance and organisation (#3566) 2022-05-02 11:18:17 +02:00
user_membership.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00