feat(auth/justauth): 新增 JustAuth 自动配置

This commit is contained in:
2025-12-02 22:21:02 +08:00
parent be17196ef3
commit 0798424dc8
12 changed files with 685 additions and 39 deletions

View File

@@ -49,6 +49,11 @@ public class PropertiesConstants {
*/
public static final String WEB_RESPONSE = WEB + StringConstants.DOT + "response";
/**
* 认证-JustAuth 配置
*/
public static final String AUTH_JUSTAUTH = CONTINEW_STARTER + StringConstants.DOT + "justauth";
/**
* 加密配置
*/