feat: add admin logout, 72h session expiry, /v1/stats endpoint, and UI fixes
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user