feat: add admin logout, 72h session expiry, /v1/stats endpoint, and UI fixes

This commit is contained in:
Quorinex
2026-02-08 19:05:26 +08:00
parent 99ce5c9c39
commit a308630156
8 changed files with 70 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ func StartBuilderIdLogin(region string) (*BuilderIdSession, error) {
// Step 1: 注册 OIDC 客户端
regPayload := map[string]interface{}{
"clientName": "Kiro API Proxy",
"clientName": "Kiro",
"clientType": "public",
"scopes": scopes,
"grantTypes": []string{"urn:ietf:params:oauth:grant-type:device_code", "refresh_token"},