实现google登录和用户账号绑定

This commit is contained in:
2026-04-20 13:37:29 +08:00
parent e657a22b10
commit 4ca6d36e80
26 changed files with 1088 additions and 279 deletions

14
pom.xml
View File

@@ -233,6 +233,18 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- Google ID Token 服务端验签 -->
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-gson</artifactId>
<version>1.47.0</version>
</dependency>
<!-- mailerSender 邮件服务 -->
<dependency>
<groupId>com.mailersend</groupId>
@@ -316,4 +328,4 @@
</plugins>
</build>
</project>
</project>