DJRyLau / CITS3403-Project

CITS3403 Agile Web Development Group Project
4 stars 1 forks source link

Server Implementation with Account Creation and Authentication #20

Closed Ciaranengelbrecht closed 4 months ago

Ciaranengelbrecht commented 4 months ago

Next step is to implement account creation and authentication to allow users to login with stored credentials, this will be set up using Flask, SQAlchemy and hashing with Werkzeug.

Aim is to allow users to create an account which will redirect them to the dashboard page when they have signed in or result in them being redirected to login page when they enter incorrect credentials.