Skip to content

Feature Request: Add User Authentication for Planning Poker Sessions #2

@fletunner110

Description

@fletunner110

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions