Skip to content

Research authentication in Express #14

@coursera-learnings

Description

@coursera-learnings

As a backend developer
I need to research authentication methods in Express.js
So that I can choose a secure and scalable approach for user login and session management

Details and Assumptions

  • Express.js is the web framework used for the backend.
  • Authentication may include JWT-based, session-based, or OAuth strategies.
  • The system needs to handle registration, login, and protected routes.
  • Security best practices (e.g., password hashing, token expiration) must be considered.

Acceptance Criteria

Given that I have explored authentication options in Express
When I document the pros and cons of each method (JWT, sessions, OAuth)
Then I can recommend the most appropriate solution for our project with references or examples

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions