zitadel/internal/authz
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
..
repository fix: internal check of JWT access tokens (#8486) 2024-08-26 09:26:13 +00:00
authz.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00