Skip to content

Releases: navikt/token-support

1.3.9

07 Oct 09:31
a964b9c
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • fix: Nimbus 9.x has breaking change due to shaded plugin for json dep… (#401) @blommish

⬆️ Dependency upgrades

1.3.8

25 Jun 11:11
b7f470e
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • deps, fix: nimbus upgrades and logging of potential missing dependencies (#362) @tronghn

⬆️ Dependency upgrades

1.3.7

30 Apr 08:01
93bf5ab
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix missing return in assertValidAnnotation in JwtTokenAnnotationHandler (#343) @jan-olaveide

⬆️ Dependency upgrades

1.3.6

29 Apr 08:25
74c0944
Compare
Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

  • JwtTokenAnnationHandler: Richer exceptions, minor cleanup otherwise (#339) @jan-olaveide

⬆️ Dependency upgrades

1.3.5

14 Apr 08:12
5ae29be
Compare
Choose a tag to compare

🚀 Features

🧰 Maintenance

⬆️ Dependency upgrades

1.3.4

24 Mar 18:15
fa0576b
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Make token validation filter order configurable with default value HIGHEST_PRECEDENCE (#315) @qtips
  • Make the token claim set configurable in MockLoginController (#306) @LarsAndreasNav
  • Added support for optional claims and configurable JWKS cache for Ktor (#316) @jksolbakken @tommytroen

⬆️ Dependency upgrades

1.3.3

21 Jan 11:57
5a3ff13
Compare
Choose a tag to compare

What's Changed

  • meta-annotering ProtectedRestController lagt til, ryddet i tester (#259) @janolaveide

⬆️ Dependency upgrades

1.3.2

09 Dec 14:50
5073dc0
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Upgrade javax.ws.rs:javax.ws.rs-api from 2.1 to 2.1.1 (#234) @snyk-bot

🚀 Features

  • Better support for meta annotations by using AnnotatedElementUtils.findMergedAnnotation (#255) @janolaveide

⬆️ Dependency upgrades

1.3.1

01 Oct 11:28
2952c7c
Compare
Choose a tag to compare

What's Changed

🚀 Features

🧰 Maintenance

  • fix: remove stacktrace from info log about invalid token for an issuer (#220) @ybelMekk
  • dep: set lombok scope to provided (#219) @ybelMekk

⬆️ Dependency upgrades

1.3.0

05 Aug 09:33
85eefea
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • token-validation-*: look for annotations more robustly, support for meta annotations (#191) @janolaveide
  • token-validation-ktor: adding support for token expirythreshold in the ktor-module. (#185) @Robert-Larsen
  • token-client-*: implement client for OAuth 2.0 Token Exchange (#180) @ybelMekk @tommytroen

⚠️ Breaking Changes

  • feature: implement client for OAuth 2.0 Token Exchange (#180)
    • refactor OnBehalfOfAssertionResolver interface to JwtBearerTokenResolver

⬆️ Dependency upgrades