Feature Request
Overview
Currently, the Planning Poker application allows anyone to join a poker session, which could lead to unauthorized access or disruption. Implementing user authentication would enhance security and control over who can participate in the planning process.
Proposed Solution
- Integrate a simple user authentication system (e.g., using Passport.js) to allow users to sign up and log in to the application.
- Only authenticated users should be able to create or join planning poker sessions.
- Optionally, consider implementing different user roles (e.g., admin and participant) with varying permissions.
Benefits
- Increased security for session management.
- Enhanced user experience by personalizing the experience for logged-in users.
Additional Notes
This feature would require updates to the backend (Node.js) and possibly the frontend (Jade templates) to accommodate user registration, login forms, and session management.
Feature Request
Overview
Currently, the Planning Poker application allows anyone to join a poker session, which could lead to unauthorized access or disruption. Implementing user authentication would enhance security and control over who can participate in the planning process.
Proposed Solution
Benefits
Additional Notes
This feature would require updates to the backend (Node.js) and possibly the frontend (Jade templates) to accommodate user registration, login forms, and session management.