autoryzacja google

This commit is contained in:
2025-06-06 16:05:18 +02:00
parent 5f548de73a
commit 5262749e2d
5 changed files with 75 additions and 9 deletions

View File

@@ -44,6 +44,11 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
<version>2.4.12</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>