miguelgrinberg / Flask-HTTPAuth

Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes
MIT License
1.27k stars 228 forks source link

Does the HTTPS certificate encrypt the transmission of user names and passwords #135

Open wangyifan349 opened 3 years ago

wangyifan349 commented 3 years ago

I have a security question to ask Whether the username password sent by flask-httpauth will be encrypted with the certificate when flask uses HTTPS

miguelgrinberg commented 3 years ago

If you use HTTPS then all traffic is encrypted, including login information.