Description
I started wtih version 1.0.0 which had these first-level published dependencies.
com.auth0:auth0-spring-security-api:1.0.0
com.auth0:java-jwt:3.3.0
com.auth0:jwks-rsa:0.3.0
com.fasterxml.jackson.core:jackson-databind:2.9.4
commons-codec:commons-codec:1.11
org.slf4j:slf4j-api:1.7.25
org.springframework.security:spring-security-config:4.2.4.RELEASE
org.springframework.security:spring-security-core:4.2.4.RELEASE
org.springframework.security:spring-security-web:4.2.4.RELEASE
I started version 1.3.0 has NO first-level published dependencies.
which broke the example of using the JwkProviderBuilder
.authenticationProvider(
new JwtAuthenticationProvider(
new JwkProviderBuilder(<omitted>).build(), <omitted>, <ommitted>)
)
You may want to include those dependencies, or make a note of where the class JwkProviderBuilder can be found.
Description
I started wtih version 1.0.0 which had these first-level published dependencies.
I started version 1.3.0 has NO first-level published dependencies.
which broke the example of using the
JwkProviderBuilderYou may want to include those dependencies, or make a note of where the class JwkProviderBuilder can be found.