feat: 新增客户端授权管理和开放接口

This commit is contained in:
TsMask
2025-04-29 18:17:20 +08:00
parent 4ca7e7981b
commit baa7f1e80a
7 changed files with 77 additions and 26 deletions

View File

@@ -22,3 +22,4 @@ CREATE TABLE "oauth2_client" (
-- ----------------------------
-- Records of oauth2_client
-- ----------------------------
INSERT INTO "oauth2_client" VALUES (1, 'omc5y0j15emByauth2', 'omcl28ybn6y4w9y9ntzsv88hyByauth2', 'Local', '127.0.0.1', '0', '', 0, 'system', 1745919659089, 'system', 1745920239962, '');

View File

@@ -24,4 +24,9 @@ CREATE TABLE `oauth2_client` (
SET FOREIGN_KEY_CHECKS = 1;
--
-- Dumping data for table `oauth2_client`
--
INSERT INTO `oauth2_client` VALUES (1, 'omc5y0j15emByauth2', 'omcl28ybn6y4w9y9ntzsv88hyByauth2', 'Local', '127.0.0.1', '0', '', 0, 'system', 1745919659089, 'system', 1745920239962, '');
-- Dump completed on 2025-04-25 15:26:56