A MERN stack authentication provider that allows users to create secure API keys for Signup, Login, and Token Verification. Includes Google Login support and a portal to view all created accounts or login details. Simple, fast, and reliable authentication made easy! 🚀
- ✅ Secure Email & Password Authentication
- ✅ Signup, Login, and Token Verification APIs
- ✅ Google Login Integration
- ✅ User Portal to manage accounts & login details
- ✅ Easy integration with other apps
Frontend: React + Vite
Backend: Express.js, Node.js
Database: MongoDB
Auth: JWT + Google OAuth
# Clone this repository
git clone https://github.com/your-username/AuthProvider.git
# Navigate to project folder
cd AuthProvider
# Install dependencies
npm install
# Run backend
cd server && npm start
# Run frontend
cd client && npm run dev



