新增加第三方登录授权功能

This commit is contained in:
thiszhc
2023-06-10 21:39:31 +08:00
parent 204d882a8e
commit e4b405491f
12 changed files with 466 additions and 3 deletions

View File

@ -41,6 +41,7 @@
<bouncycastle.version>1.72</bouncycastle.version>
<!-- 离线IP地址定位库 -->
<ip2region.version>2.7.0</ip2region.version>
<justauth.version>1.15.6</justauth.version>
<!-- 临时修复 snakeyaml 漏洞 -->
<snakeyaml.version>1.33</snakeyaml.version>
@ -291,6 +292,13 @@
<version>${snakeyaml.version}</version>
</dependency>
<!-- 第三方授权登录 -->
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>${justauth.version}</version>
</dependency>
<!-- 加密包引入 -->
<dependency>
<groupId>org.bouncycastle</groupId>