Jose Selesan
62b7a75093
feat: integrate @better-auth/infra for dashboard and sentinel monitoring
2026-04-21 15:03:29 -03:00
Jose Selesan
07408dbbbe
feat: implement onboarding flow with complex creation and email verification, and add Zustand for state management
2026-04-21 09:14:45 -03:00
Jose Selesan
28fd51f926
feat: implement complex selection flow
2026-04-20 15:47:47 -03:00
Jose Selesan
a5e39c94c5
fix: use window.location.origin for Google callback URL and remove redundant whitespace in auth config
2026-04-20 13:37:25 -03:00
Jose Selesan
4e327b7318
refactor: remove custom username generation logic from auth configuration
2026-04-20 10:29:33 -03:00
Jose Selesan
a4075866f8
feat: integrate Google OAuth authentication provider and add login UI button
2026-04-20 10:16:02 -03:00
Jose Selesan
e0d755bef7
feat: implement real-time booking updates using Server-Sent Events (SSE) and add public booking URL sharing to the dashboard
2026-04-17 17:25:46 -03:00
Jose Selesan
20b70c06c1
feat: refactor onboarding into a multi-step flow with dedicated routes and session state management
2026-04-17 16:17:19 -03:00
Jose Selesan
ea8e3f6a24
Updated mailer service
2026-04-17 15:40:29 -03:00
Jose Selesan
32c436e772
feat: make Mailtrap testInboxId configurable via environment variable
2026-04-17 15:32:50 -03:00
Jose Selesan
a1ff9f2831
Updated mailer to use Mailtrap API
2026-04-17 15:23:51 -03:00
Jose Selesan
b3f1b72da4
refactor: migrate authentication from Supabase to Better Auth and update project configuration
2026-04-17 08:35:54 -03:00
Jose Selesan
aabd9a8266
refactor: standardize tsconfig paths, update deprecation settings, and format user creation timestamp to ISO string
2026-04-16 22:23:34 -03:00
Jose Selesan
34a24ce6c9
feat: add user role field and implement Gravatar fallback for user avatars
2026-04-16 20:51:53 -03:00
Jose Selesan
e5002ce440
refactor: integrate Better-Auth for authentication and remove Supabase dependencies
2026-04-16 20:30:01 -03:00
Jose Selesan
f158845279
refactor: migrate authentication from Supabase to Better Auth and update Prisma schema models
2026-04-16 20:05:08 -03:00
Jose Selesan
e2299c6d46
feat: update .gitignore for Bun and generated files, minor formatting fix in password reset handler
2026-04-13 21:25:53 -03:00
Jose Selesan
62d28734fc
cleanup: remove debug console.log from auth benchmarking
2026-04-13 19:33:13 -03:00
Jose Selesan
b7c303377a
perf: validate JWT locally instead of calling Supabase API
...
- Use jose library for ES256 JWT verification with cached JWKS
- Fallback to Supabase only if JWT verification fails
- Use findUnique instead of findFirst for DB lookup
- Estimated improvement: ~450ms -> ~5ms per request
2026-04-13 17:50:52 -03:00
Jose Selesan
c409d44765
Removed REMOTE_ADDR variable
2026-04-13 13:24:45 -03:00
Jose Selesan
70273f6760
feat(auth): add password reset flow with OTP
...
- Add password-reset Prisma schema for OTP tracking
- Add API contract schemas (start, verify, resend)
- Add password-reset service with OTP validation and email sending
- Add frontend reset-password page with 2-step flow
- Add InputOTP component usage for OTP input
- Add link to reset-password in login page
- Remove link to About in login
- Center and resize login/reset password forms
2026-04-13 09:10:06 -03:00
Jose Selesan
9ee98a4cb4
feat: add city/state/country to complex, new settings page with sidebar, and Biome linting
...
- Added city, state, and country optional fields to Complex model
- Updated onboarding to include optional location fields
- Created new settings page with sidebar navigation (Datos del Complejo, Canchas)
- Replaced ESLint with Biome for frontend and backend linting
- Added parallel dev script with concurrently
- Migrated register-routes to use direct app.route() pattern
2026-04-10 15:36:15 -03:00
Jose Selesan
3cba2fa485
New fields for complex
2026-04-09 16:18:58 -03:00
Jose Selesan
ae90562d88
Improved routes registration
2026-04-09 15:39:42 -03:00
Jose Selesan
7ca74970fa
Added healthcheck route
2026-04-09 15:06:45 -03:00
Jose Selesan
aa2fe41ecc
New booking dashboard
2026-04-09 14:54:13 -03:00
Jose Selesan
063991770a
Changed Dockerfile
2026-04-09 10:43:19 -03:00
Jose Selesan
9ae270609d
Initial commit
2026-04-08 22:53:11 -03:00