Prueba de seguridad con OAuth 2
- Node.js 20+
- Credenciales OAuth2 de Google
Usa .env.example como base.
npm install
cp .env.example .env
npm run dev
docker compose up --build
- GET /auth/external/login
- GET /auth/external/callback
- GET /auth/me (Bearer JWT)