update JWT handling for external services

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-08-28 22:37:20 +02:00
parent 2566897b06
commit efd6be775e
5 changed files with 101 additions and 7 deletions

View File

@@ -38,6 +38,8 @@ dependencies {
implementation 'com.google.cloud:spring-cloud-gcp-starter'
implementation 'com.google.auth:google-auth-library-oauth2-http'
implementation 'io.grpc:grpc-netty'
implementation 'io.netty:netty-all'
implementation 'com.nimbusds:nimbus-jose-jwt:9.40'
testImplementation 'io.projectreactor:reactor-test'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'