DavidBergevoet / Setup-Reservation

0 stars 0 forks source link

HTTPS with Flask #26

Open InzeNL opened 3 months ago

InzeNL commented 3 months ago

Because of the sensitive data we work with, we should absolutely implement a secure HTTP connection for users to use.

Flask has the ability to use self-signed certificates https://blog.miguelgrinberg.com/post/running-your-flask-application-over-https

We'll also need to make sure all http connections are automatically forwarded to https