quinone / password-manager

Password management application developed as a group project for college.
0 stars 0 forks source link

Refactor to enable pytest #19

Closed quinone closed 2 months ago

quinone commented 2 months ago

Created different scripts for registration and login views and vault and profile views. implemented db.py which allows for re initializing of database if any changes are made to the schema.sql Removed redundant fields from schema. Changed the way registration to register including functions and templates. Moved css to static folder. Added create_app factory function to app init.py

Changed password hash from bcrypt to argon2 (inline with project plan)