PMS
-Frameworks in use: Docker
- NGING
- MYSQL
- Python Flask
GITLAB CI to automaticaly test new function
Possible API Calls:
- http://"IP"/create
- create a new set of username and password hash for a user. How its implemented:
- http://"IP"/login
- login a existing user with username and password Implementation:
- http://"IP"/changePassword
- change users password need to send old password aswell to check if he is allowed to change his password Implementation:
Haveibeenpwned is included as saftey check for password. The API calls /create and /changePassword are checking the hash if it already was included in a breach. If so user needs to create a secure password.