add(refreshTokenService):完善刷新令牌服务

This commit is contained in:
2025-11-16 10:55:26 +08:00
12 changed files with 634 additions and 160 deletions
+9 -1
View File
@@ -6,7 +6,15 @@
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "change_this_super_secret_key_in_prod",
"Issuer": "IMDemo",
"Audience": "IMClients",
"AccessTokenMinutes": 15,
"RefreshTokenDays": 30
},
"ConnectionStrings": {
"DefaultConnection": "Server=frp-era.com;Port=26582;Database=IM;User=product;Password=12345678;"
"DefaultConnection": "Server=frp-era.com;Port=26582;Database=IM;User=product;Password=12345678;",
"Redis": "192.168.5.100:6379"
}
}