percurnicus / opportunity

Local web application to view images from Opportunity Rover
MIT License
0 stars 0 forks source link

Security Features #7

Open percurnicus opened 5 years ago

percurnicus commented 5 years ago

Add security features to the web and database apps

1) Store Passwords in a User Database

* https://www.youtube.com/watch?v=8ZtInClXe1Q
* https://nakedsecurity.sophos.com/2013/11/04/anatomy-of-a-password-disaster-adobes-giant-sized-cryptographic-blunder/
* https://nakedsecurity.sophos.com/2013/11/20/serious-security-how-to-store-your-users-passwords-safely/

2) AND/OR:

3) Add SSO to web app

* https://flask-sso.readthedocs.io/en/latest/
* https://developers.onelogin.com/saml/python

4) Add authentication to REST API

5) Stretch: