Skip to content

Fixes issue with JWT logging

Compare
Choose a tag to compare
@massenz massenz released this 17 Feb 05:49
· 24 commits to main since this release

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}"
}