OffprintStudios / Sailfish

As fast as the wind can take us. The backend repository for the Offprint fiction website.
https://offprint.net
Apache License 2.0
5 stars 1 forks source link

Obfuscate password in API calls #9

Closed SigmasonicX closed 1 year ago

SigmasonicX commented 2 years ago

Currently when signing in, the API call sent out includes the password unobfuscated and it can be easily intercepted. For site security, we should make it impossible to get the password from that call and others that would use it. Preferably, we should also obfuscate the email address.