-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Feature Request: User Authentication
Overview
Currently, the NET2WIRE application does not include a user authentication system. Implementing authentication would enhance user security and allow for better management of user sessions during collaborative wireframing sessions.
Suggested Implementation
- User Registration: Allow users to create accounts using an email and password.
- Login/Logout Functionality: Implement routes for logging in and out of the application.
- Session Management: Use sessions to keep users logged in while they are actively using the app.
Benefits
- Improved security for user data.
- Ability to track changes made by individual users in the collaborative environment.
- Enhanced user experience through personalized sessions.
Additional Notes
Consider utilizing Flask-Login or a similar library to facilitate the authentication process.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels