Login-Signup Project
This project is a Login-Signup system developed with Next.js and JavaScript. It uses NextAuth with a custom authentication handler to manage user login, sign-up, and OTP verification.
Features
- Custom Authentication Handler: Custom-built with NextAuth to manage user authentication and OTP-based verification.
- Secure Login and Sign-Up: Includes unique login and registration flows for secure access.
- OTP Verification: Ensures secure user registration and login with OTP-based verification.
Technologies Used
- JavaScript
- Next.js: Framework for building React applications with server-side rendering.
- NextAuth: Used for authentication, configured with a custom auth handler.