courselab / pollex

Open Source Online Poll Application
GNU General Public License v3.0
1 stars 9 forks source link

Partially added sign up backend code #26

Open mcarvalhor opened 4 years ago

mcarvalhor commented 4 years ago

I partially added part of the sign up code. It is now checking the input JSON for empty or invalid values. Also, the password now is stored using a secure hashing algorithm.

I can't continue coding this until database is defined.

Already commited the changes to "feature/user_signup" branch.