What's Changed
- deps: bump traefik to v3.5.0 by @sevensolutions in #198
- docs: add missing
refreshToken
attribute in header template context by @spietras in #200 - feat: add
Auto
option forUnauthorizedBehavior
by @spietras in #201 - feat: Implement UserInfo Claims Integration by @aslafy-z in #206
- docs: drop kanidm note about TokenValidation by @adamcstephens in #199
- test: migrate e2e tests to keycloak by @sevensolutions in #209
- chore(deps): bump github.com/spyzhov/ajson from 0.9.4 to 0.9.6 by @dependabot[bot] in #212
- chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.3.0 by @dependabot[bot] in #213
Breaking Changes
This release changes the default value of the UnauthorizedBehavior
option to the new Auto
value.
This means that unauthorized requests will now get a response according to the sent Accept
header.
New Contributors
- @spietras made their first contribution in #200
- @aslafy-z made their first contribution in #206
- @adamcstephens made their first contribution in #199
Full Changelog: v0.15.0...v0.16.0