ickerio / cits3403

0 stars 1 forks source link

flask-login for user auth #35

Closed ickerio closed 5 months ago

ickerio commented 6 months ago

Hi team,

Added complete auth system using flask-login. A few features of the PR include

Unfortunately ran into a problem with migrations see here and had to completely restart our migrations however I've fixed it and we shouldn't have this issue again.

Another note, as I mentioned in #33 the auth page is looking quite ugly and in need of some form styling like sections, headings and the flashed messages part too.

Please let me know your thoughts, changes etc then I will merge

HenriScaff commented 6 months ago

Looks fantastic well done! Some minor things I noticed while testing:

Good stuff!