feat: use oauth

This commit is contained in:
2026-03-16 11:51:46 +01:00
parent 281d88d8ae
commit aa504dd881
6 changed files with 49 additions and 12 deletions

View File

@ -52,6 +52,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
</dependencies>
<build>