支持短信验证码登录

This commit is contained in:
2024-01-05 16:03:19 +08:00
parent 9c6f9d1a10
commit 98b0218f46
21 changed files with 768 additions and 111 deletions

View File

@@ -65,6 +65,12 @@
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
<version>2.0.24</version>
</dependency>
<dependency>
<groupId>com.nulab-inc</groupId>
<artifactId>zxcvbn</artifactId>