Golang backend + TanStack frontend demonstrating OIDC flow with Dex.
- Docker
- Kind
- Kubectl
- Helm
- Helmfile
- this script creates a kind cluster, and does the helmfile sync.
./deploy-all.sh
- Frontend: http://localhost:8000
- Backend: http://localhost:8000/api/auth
- Dex: http://localhost:8000/v1/dex
After code changes, run respective ./deploy.sh scripts from backend/frontend folders.
kind delete cluster --name kong-dex