Some checks failed
CI/CD — Build & Deploy / Build & Deploy (push) Failing after 25s
- Frontend: PKCE flow (oauth.js, api.js centralized, cookie-based AuthContext) - Backend: token introspection, cookies httpOnly, refresh endpoint - Replaced localStorage JWT with httpOnly session cookies - useSaveSync migrated to cookie auth - cookie-parser added - Gitea CI workflow (vps-runner pattern)
9 lines
239 B
Plaintext
Executable File
9 lines
239 B
Plaintext
Executable File
# .env.sample - Sample Environment Variables for Frontend (Vite)
|
|
|
|
# Backend API URL
|
|
VITE_BACKEND_URL=http://localhost:3310
|
|
|
|
# SuperOAuth PKCE — OAuth provider
|
|
VITE_OAUTH_URL=https://superoauth.tetardtek.com
|
|
VITE_OAUTH_CLIENT_ID=clickerz
|