Portada de la API. Base: http://localhost:3000
Comprobación programática del servicio
curl http://localhost:3000/status
El servidor usa una cookie HttpOnly llamada token para sesiones.
curl -X POST -H "Content-Type: application/json" -d '{"email":"user@example.com","password":"secret","nombre":"Juan"}' http://localhost:3000/register
curl -X POST -H "Content-Type: application/json" -d '{"email":"user@example.com","password":"secret"}' -c cookie.txt http://localhost:3000/login
curl -b cookie.txt http://localhost:3000/auth/verify