Add google oauth2

This commit is contained in:
Dmitrii Cravcenco
2023-10-16 21:37:04 +03:00
parent a3bbe4433e
commit 1009ca7bdb
2 changed files with 44 additions and 1 deletions

View File

@@ -43,6 +43,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.projectlombok</groupId>