KevinKim99 / Ticket-Tech

1 stars 2 forks source link

Saving user data safely. #41

Closed KenichiroAnderson closed 6 months ago

KenichiroAnderson commented 7 months ago

Within login and sign up, at the moment, you must sign up first and then that data is immediately parsed to the log in page. this is bad as we must make an account each time we want to log in.

now we have a working system (kind of), make it so the data is saved, may need to ask T/A how they want us to do this. csv is probably best for now but not secure.

KenichiroAnderson commented 7 months ago

waiting for DB implementaion

KenichiroAnderson commented 6 months ago

done, we now save dataa safely as we are hashing user passwords in the db