Updated auth config
Some checks failed
Gitea/swiss-backend/pipeline/head There was a failure building this commit

This commit is contained in:
2025-10-08 21:36:05 +02:00
parent f46c619be3
commit 46662ac553
9 changed files with 208 additions and 11 deletions

View File

@@ -31,6 +31,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>