Commit Graph

4 Commits

Author SHA1 Message Date
juan
e1c0866cdf feat: add dashboard route and update user registration and login flows 2025-08-15 18:54:14 +02:00
juan
6326d0bc06 feat: integrate drizzle ORM with PostgreSQL and set up user management
- Added drizzle configuration for PostgreSQL connection.
- Created user schema for the 'demo' table in drizzle.
- Implemented database connection and user retrieval in drizzle integration.
- Added migration SQL for creating the 'demo' table.
- Updated user hooks to use server functions for login and signup.
- Refactored user-related functions to use drizzle ORM for database interactions.
- Updated routes to utilize new user management functions.
2025-08-11 19:59:06 +02:00
juan
d4d384ba2b fix: update validation logic in useValidation hook and improve error handling in useLogin hook 2025-08-11 14:06:13 +02:00
Jrodenas
a2ae7d5b5a feat: refactor authentication flow, implement user hooks, and add validation schemas for login/signup 2025-08-10 20:16:27 +02:00