chore(deps): Update project dependencies and refactor authentication flow

- Upgrade Next.js to version 15.1.7
- Update Drizzle ORM and related dependencies
- Add Nodemailer and related type definitions
- Refactor authentication routes and components
- Modify user schema to include first and last name
- Update authentication configuration and session handling
- Remove deprecated login and register pages
- Restructure authentication-related components and routes
This commit is contained in:
2025-02-11 23:55:27 -05:00
parent e6962aef79
commit 6e3f2e1601
65 changed files with 6171 additions and 1273 deletions

View File

@@ -1,10 +1,10 @@
# HRIStudio
A modern web application for managing human-robot interaction studies, built with Next.js 14, TypeScript, and the App Router.
A modern web application for managing human-robot interaction studies, built with Next.js 15, TypeScript, and the App Router.
## Tech Stack
- **Framework**: Next.js 14 with App Router
- **Framework**: Next.js 15 with App Router
- **Language**: TypeScript
- **Authentication**: NextAuth.js
- **Database**: PostgreSQL with Drizzle ORM