Oauth setup

This commit is contained in:
2024-12-25 01:04:05 +01:00
parent aa4ed91b9d
commit e20be63e5e
3 changed files with 22 additions and 17 deletions

View File

@@ -38,6 +38,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>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>