Releases: port-labs/traefik-jwt-plugin
Releases · port-labs/traefik-jwt-plugin
v1.0.3
v1.0.2
v1.0.1
v1.0.0
1.0.0 (2025-02-03)
Features
- add configurable header opts for JWKS request (7654fc0)
- add JwtQueryKey to read token as query parameter (a59708a)
- add source config of the JWT bearer/header/cookie/query (7b34924)
- adding support for checking jwt in cookie (da52475)
- allow refreshing keys once via jwks URL when current jwt kid is not found (872685b)
- change github organization (d9d84ff)
- new flag to enable / disable OPA output in http response (6e4a6ee)
- opa driven response header and response status code (369eeb1), closes #33
- Split Remote into IP & Port (0085ad4)
Bug Fixes
- added support for JSON bodies of type array and literals (Fixes #54) (12a6076)
- allow empty json body (630e4b0)
- cancel BackgroundRefresh on config reload (aabd920), closes #67
- extract token from cookie (84aa5a0), closes #30
- handle jwt header required flag (00b2dd8), closes #23
- ignore authorization header prefix capitalization (8be604f)
- optimize key initialization and fetching (3f4c7d4)
- readme (bd92832)