- 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> |
||
|---|---|---|
| messages | ||
| node_modules | ||
| prisma | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||