ADD SecurityConfig & ADD Auth Endpoints

This commit is contained in:
2025-06-13 15:45:12 +02:00
parent fcd722f33b
commit 8d7f74e189
8 changed files with 141 additions and 16 deletions

View File

@@ -58,6 +58,14 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
</dependencies>
<build>