uprm-inso4101-2024-2025-s1 / semester-project-campus-resource-and-event-management

semester-project-campus-resource-and-event-management created by GitHub Classroom
9 stars 0 forks source link

[Lecture Topic Task] {Documentation}【Main-Issue】Requirements for User Sign-up and Log-in routes. #303

Open WilsonMorales8 opened 1 week ago

WilsonMorales8 commented 1 week ago

Objective:

Define the methodology and implementation plan for implementing Flask routes for user sign-up and sign-in, ensuring secure authentication and data protection.

Description:

This task will research and establish best practices for creating Flask routes that handle user registration and authentication. It will involve selecting appropriate libraries for secure password hashing (such as bcrypt) and implementing JWT tokens for session management. The task will specify how to securely store user credentials, manage authentication tokens, and ensure robust database interactions through testing.

Implementation Plan:

Subtasks:

Expected Outcome:

A comprehensive plan and selected libraries for implementing secure Flask routes for user sign-up and sign-in, including secure password storage and session management.