🌙
ManaHalal Auth Service
Secure authentication for ManaHalal ecosystem
🔐 What is this?
This is the authentication service for ManaHalal. It handles:
- User registration and login
- Google OAuth integration
- Session management
- Password reset via email
🚀 API Endpoints
Authentication
- POST /api/auth/sign-in
- POST /api/auth/sign-up
- POST /api/auth/sign-out
- GET /api/auth/get-session
- POST /api/auth/forgot-password
- POST /api/auth/reset-password
OAuth
- GET /api/auth/sign-in/google
- GET /api/auth/callback/google
Service is operational