Commit Graph

5 Commits

Author SHA1 Message Date
Romain bogdanovic 8f78cbf25d feat: user registration, password auth, and profile settings
- Add email+password registration at /auth/register (free, self-service)
- Add CredentialsProvider to NextAuth for password-based login
- Login page now has two tabs: magic link and password
- Add /profile settings page: update name, password, and email
- Auto-promote rbogdanovic@owlcub.com to ADMIN role on sign-in
- Add bcryptjs for secure password hashing
- Prisma: add optional password field to User model

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 20:34:03 +02:00
Romain bogdanovic 5922e9998d fix: update prisma to v6 (auto-updated by postinstall) 2026-03-28 18:57:56 +01:00
Romain bogdanovic f8a76f2819 fix: prisma binaryTargets for Alpine, postinstall generate only 2026-03-28 18:54:49 +01:00
Romain bogdanovic 9d75855817 fix: force-dynamic on all pages, add postinstall prisma generate+push 2026-03-28 18:46:18 +01:00
Romain bogdanovic 7a8f6d0cc7 feat: initial OwlCub Academy e-learning platform 2026-03-28 18:09:38 +01:00