Skip to content

Releases: massenz/jwt-opa

0.11.0

29 Oct 22:41
Compare
Choose a tag to compare

What's Changed

  • Updated webapp to use the externally published jwt-opa library by @massenz in #56
  • Removed Authorization header from logs [#57] by @massenz in #58

Full Changelog: 0.10.0...0.11.0

0.10.0

26 Oct 07:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.10.0

0.9.0

07 Jan 03:13
Compare
Choose a tag to compare

What's Changed

  • Updating GH Release automation by @massenz in #41
  • [#21] Enable fetching KeyPair from AWS SecretsManager by @massenz in #42
  • [#36] Adding HTTP Headers to OPA Auth request by @massenz in #45
  • Full support for AWS keypair/secrets & Refactoring for local secrets/keypair by @massenz in #46
  • [#47] Allow users to add claims to API Token by @massenz in #48

Full Changelog: 0.8.0...0.9.0

Released to Maven Central
Use with:

implementation group: 'com.alertavert', name: 'jwt-opa', version: '0.9.0'

0.8.0

22 Aug 04:09
Compare
Choose a tag to compare

What's Changed

  • [Issue #37] Removing "fat" JAR and simplifying dependency management by @massenz in #40

Full Changelog: 0.7.5...0.8.0

0.7.5

21 Aug 08:18
Compare
Choose a tag to compare

What's Changed

Available on Maven Central, use:

dependencies {
    implementation "com.alertavert:jwt-opa:0.7.5"
}

Full Changelog: 0.7.4...0.7.5

Fixes issue with JWT logging

17 Feb 05:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.6...0.7.1

How to use

Import in your build.gradle:

ext {
    // Use this version for projects that cannot use JDK 17
    jwtOpaVersion = '0.7.1-jdk15'

    // This release is compatible with JDK 17
    jwtOpaVersion = '0.7.1'
}

dependencies {
    // JWT-OPA Integration, see: https://github.com/massenz/jwt-opa
    implementation "com.alertavert:jwt-opa:${jwtOpaVersion}"
}

Better debug logging for failures

22 Jan 08:17
Compare
Choose a tag to compare

JDK 11 support for Release 0.6.5

20 Jan 19:53
Compare
Choose a tag to compare
0.6.5-11

Rel. 0.6.5-11

Support for Ant Matchers in authenticated routes

20 Jan 19:52
Compare
Choose a tag to compare

0.6.4-OpenJDK_11

24 Dec 06:07
Compare
Choose a tag to compare

Java 11 (OpenJDK) build.