localgreenchain/lib
Claude 39b6081baa
Implement comprehensive authentication system (Agent 1)
Add complete user authentication with NextAuth.js supporting:
- Email/password credentials authentication
- OAuth providers (GitHub, Google) with optional configuration
- JWT-based session management with 30-day expiry
- Role-based access control (USER, GROWER, FARM_MANAGER, ADMIN)
- Permission system with granular access control
- Secure password hashing with bcrypt (12 rounds)
- Rate limiting on auth endpoints
- Password reset flow with secure tokens
- Email verification system

Files added:
- lib/auth/: Core auth library (types, permissions, context, hooks, middleware)
- pages/api/auth/: Auth API routes (NextAuth, register, forgot-password, verify-email)
- pages/auth/: Auth pages (signin, signup, forgot-password, reset-password, verify-email)
- components/auth/: Reusable auth components (LoginForm, RegisterForm, AuthGuard, etc.)

Updated _app.tsx to include SessionProvider for auth state management.
2025-11-23 03:52:09 +00:00
..
agents Add comprehensive 10-agent autonomous system for LocalGreenChain 2025-11-22 21:24:40 +00:00
auth Implement comprehensive authentication system (Agent 1) 2025-11-23 03:52:09 +00:00
blockchain Add comprehensive environmental tracking for plants 2025-11-16 16:24:38 +00:00
demand Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
environment Add comprehensive environmental tracking for plants 2025-11-16 16:24:38 +00:00
privacy Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
services Add Tor integration and privacy features for anonymous plant sharing 2025-11-16 12:32:59 +00:00
transparency Add comprehensive transparency system for LocalGreenChain 2025-11-23 03:29:56 +00:00
transport Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
utils Initial commit 2023-08-09 21:34:23 +00:00
vertical-farming Add seed-to-seed transport tracking, demand forecasting, and vertical farming systems 2025-11-22 18:23:08 +00:00
drupal.ts Initial commit 2023-08-09 21:34:23 +00:00
get-menus.ts Initial commit 2023-08-09 21:34:23 +00:00
get-params.ts Initial commit 2023-08-09 21:34:23 +00:00