almsam / ART

1 stars 0 forks source link

make sign up page functional #66

Open almsam opened 6 months ago

almsam commented 6 months ago

goals:

  1. implement the sign in pages back side
  2. ensure a single method (to be injected later by the back end team) can authenticate users instead of UN: 'ss' PW: 'ss'

Specific:

Implement a sign-in functionality using Flask to allow users to authenticate and access personalized content on the web application.

Measurable:

Ensure that the sign-in functionality securely handles user credentials, validates authentication requests, and redirects authenticated users to the appropriate pages.

Achievable:

Utilize Flask's built-in authentication mechanisms or Flask extensions such as Flask-Login to implement the sign-in functionality effectively and securely.

Relevant:

Integrating sign-in functionality with Flask aligns with the project's objective of providing a personalized user experience and enhancing the application's functionality.

Time-bound:

Complete the implementation of sign-in functionality within three weeks, aiming for completion by April 20th, 2024, to meet project milestones and facilitate further development tasks.