Skip to content

Tags: traefik-plugins/traefik-jwt-plugin

Tags

v0.10.0

Toggle v0.10.0's commit message
feat: validate aud payload

v0.9.0

Toggle v0.9.0's commit message
feat: add source config of the JWT bearer/header/cookie/query

The config field is called JwtSources,
the format is [{type: ...., key: ...},]
Possible types are bearer, header, cookie, query.
The order of the list enty is the order in wich the JWT wil be tried to
retrieved.

v0.8.2

Toggle v0.8.2's commit message
fix: added support for JSON bodies of type array and literals (Fixes #54

)

v0.8.1

Toggle v0.8.1's commit message
fix: cancel BackgroundRefresh on config reload

This commit mitigates a thread leak that occurs when a config
instantiating the plugin is reloaded. The plugin's `BackgroundRefresh`
goroutine will now be canceled when the plugin is instantiated with the
same name, which should only occur when the config is reloaded.
Closes #67

v0.8.0

Toggle v0.8.0's commit message
feat: allow refreshing keys once via jwks URL when current jwt kid is…

… not found

v0.7.1

Toggle v0.7.1's commit message
fix: readme

v0.7.0

Toggle v0.7.0's commit message
chore: release

v0.6.0

Toggle v0.6.0's commit message
feat: add configurable header opts for JWKS request

v0.5.1

Toggle v0.5.1's commit message
fix: ignore authorization header prefix capitalization

v0.5.0

Toggle v0.5.0's commit message
chore: add missing test for JwtCookieKey