this code should not be used, its just my first try with jwt and authentication in general...
- create a virtual environment
- implement signup in backend (storing hashes in db, salted)
- implement login in backend (comparing hashes in db, salted)
- create a login page
- create a register page
- create a home page
- implement logout functionality