hatchways / team-blt

1 stars 0 forks source link

Back end sign up login #22

Closed shenziq1 closed 3 years ago

shenziq1 commented 3 years ago

Several things need to be solved:

  1. I cannot get info from server/.env, so I hard coded server/config.py and exposed database credentials (accidentally).
  2. flask_login is able to to the authentication job and I do not think it sends information to the front end. I am wondering what I can add to it.