Ayuda-ai / ayuda_server

Backend Server code for Ayuda
1 stars 3 forks source link

Register/Sign-up Page needs a new Password field #2

Open Ayuda-ai opened 1 month ago

Ayuda-ai commented 1 month ago
Ayuda-ai commented 2 weeks ago

Send passwords as plaintext over HTTPS to backend and encrypt using bCrypt (or similar) hashing technique in the backend (Java) and store it in the DB.

Ayuda-ai commented 2 weeks ago

Figure out a way to enforce HTTPS for all frontend-backend communication