Skip to content

Releases: okta/okta-jwt-verifier-java

0.5.10

25 Sep 11:03
okta-jwt-verifier-parent-0.5.10
ca88df1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: okta-jwt-verifier-parent-0.5.9...okta-jwt-verifier-parent-0.5.10

0.5.9

27 Jun 15:45
okta-jwt-verifier-parent-0.5.9
b41e1ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: okta-jwt-verifier-parent-0.5.8...okta-jwt-verifier-parent-0.5.9

0.5.8

23 Jan 21:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: okta-jwt-verifier-parent-0.5.7...okta-jwt-verifier-parent-0.5.8

0.5.7

06 Oct 17:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: okta-jwt-verifier-parent-0.5.6...okta-jwt-verifier-parent-0.5.7

0.5.6

29 Sep 16:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: okta-jwt-verifier-parent-0.5.5...okta-jwt-verifier-parent-0.5.6

0.5.5

30 Aug 14:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: okta-jwt-verifier-parent-0.5.4...okta-jwt-verifier-parent-0.5.5

0.5.4

26 Aug 21:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: okta-jwt-verifier-parent-0.5.3...okta-jwt-verifier-parent-0.5.4

0.5.3

11 Jul 16:46
Compare
Choose a tag to compare
  • Allow specifying java.time.Clock reference to AccessTokenVerifier builder to help write better Unit Tests #116

0.5.2

23 Jun 15:11
Compare
Choose a tag to compare
  • Added UT for none Algorithm case #87
  • Javadoc update in DefaultJwt to show where JWT parsing happens #90
  • Updated Logo URL in README #99
  • Upgraded to okta-parent v23 #104
  • Added Java 17 to Build #105
  • Updated jjwt to 0.11.5 #108
  • Bumped okta.commons.version from 1.2.5 to 1.3.0 #109
  • Bumped jackson-bom from 2.13.2 to 2.13.2.20220328 #110
  • Bumped okhttp.version from 4.9.3 to 4.10.0 #114
  • Add Clock support to parser for unit tests #116

0.5.1

30 Mar 15:32
Compare
Choose a tag to compare
  • Documented Android version compatibility (#67).
  • Add user agent to network requests (#68).
  • Fix race condition in RemoteJwkSigningKeyResolver#updateKeys (#69).
  • Fix compiler warnings about Raw types (#72).
  • Use JJWT version in integration-tests (#73).
  • Ignore files generated by Eclipse (#74).
  • Replace deprecated Jwts.parser() with Jwts.parseBuilder() (#75).
  • Refactor JWT Parse usage (#77).
  • Add build status tag to README (#78).
  • Remove unused test resources in API module (#79).