Orrbit / cse312-project

Web Server repository for our Web Application class.
0 stars 0 forks source link

Login Backend #48

Open Orrbit opened 4 years ago

Orrbit commented 4 years ago

Blocked by the registration

Should be a simple lookup in the db, use bcrypt as necessary

Requirements: No easy attack to login: i.e. someone going to login?id=1 and getting logged in Should be using post to login

ShubhamPalriwala commented 4 years ago

Can i do this if it has not been started .?

Orrbit commented 4 years ago

Hey there,

Sadly this repo is being used for a class. We won't accept pull requests into master until the semester is over. You are welcome to pull the repo and do whatever work you want