-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The current Express API boilerplate lacks session management, hindering features requiring user state tracking across requests (e.g., authentication, shopping carts, preferences).
Solutions:
- Integrate a session management library (e.g., express-session).
- Implement a custom solution (tokens).
Impact:
Limits user-friendly features and personalized experiences.
Urgency:
Not yet
Metadata
Metadata
Assignees
Labels
No labels