poiu2463 / AuctionServe

Software to facilitate Auctions the Easy Way
GNU General Public License v3.0
1 stars 0 forks source link

Create Login Page for Users #4

Open poiu2463 opened 1 year ago

poiu2463 commented 1 year ago

Linked from the home page should be a Login page.

There is a lot encompassed in this but this ticket is for the frontend version ( a working web-accessible login).

This requires some subtasks to be completed before this can be done.

poiu2463 commented 1 year ago

https://github.com/spazzcatt/AuctionServe/issues/5#issue-1590966091

This issue is required to be completed (at least the users and user password part) before this ticket can be marked as complete.

poiu2463 commented 1 year ago

I have started a branch called user management for the SQL backend of this feature since some of the front end is there. I have some thoughts about the register user button. That should be a setting in the config and we should take a look at how to fold your webpage into the flask server.