Commit Graph

4 Commits

Author SHA1 Message Date
4b6895dec6 Agregar decorador @Public() para endpoints públicos
- Crear public.decorator.ts con IS_PUBLIC_KEY
- Modificar JwtAuthGuard para verificar @Public() y saltar auth
- Marcar GET /tourism/guides como público

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-17 12:11:27 -04:00
8b6483aa7d Agregar campo username a User entity y DTO
- Columna username (unique, nullable) en auth.users
- Campo username en CreateUserDto y UpdateUserDto

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-17 11:47:37 -04:00
6e0ad420ab Initial commit 2025-10-10 21:47:56 -04:00
6e445eb057 first commit 2025-10-10 21:47:06 -04:00