All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 1m2s
- Frontend: PKCE flow (oauth.ts, AuthCallback code exchange, 401 interceptor) - Backend: token introspection via SuperOAuth (no more JWT secret) - User model: superOauthId (unified) replaces oauthId+provider - Cookies httpOnly session + refresh token - POST /auth/refresh endpoint - Gitea CI workflow (vps-runner pattern) - DB_SYNC env var for initial schema creation
20 lines
319 B
JSON
20 lines
319 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm *)",
|
|
"Bash(git *)",
|
|
"Bash(pm2 *)",
|
|
"Bash(curl *)",
|
|
"Bash(ls *)",
|
|
"Bash(cat *)",
|
|
"Bash(grep *)",
|
|
"Bash(mkdir *)",
|
|
"Bash(cp *)",
|
|
"Bash(mv *)",
|
|
"Bash(node *)",
|
|
"Bash(npx *)",
|
|
"Write(*)"
|
|
]
|
|
}
|
|
}
|