-
Notifications
You must be signed in to change notification settings - Fork 48
Feature Request: Add Signup & Login Pages #161
Copy link
Copy link
Open
Description
✨ Feature Request: Add Signup & Login Pages
📋 Description
Currently, CodeCanvas does not have user authentication pages.
Adding Signup and Login pages will allow users to create accounts and log in securely, improving usability and personalization.
🚀 Proposed Functionality
-
Signup Page
- Input fields: Name, Email, Password, Confirm Password
- Validation for strong password and email format
- Redirect to Login page after successful signup
-
Login Page
- Input fields: Email, Password
- "Forgot Password" link (optional)
- Redirect to Dashboard/Home after successful login
-
UI/UX Considerations
- Responsive design (works on desktop & mobile)
- Styled consistently with existing CodeCanvas theme
- Optionally add Dark/Light mode compatibility
🎯 Expected Outcome
- Users can register and log in using the new pages
- Smooth navigation between Signup ↔ Login ↔ Main site
- Better user experience with personalized sessions (future enhancement)
✅ Additional Context
This will serve as the foundation for implementing user accounts and authentication in CodeCanvas.
Future scope: Integrating backend authentication (JWT, OAuth, etc.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels