Hello guys,
when the user creates his account in your application, for example he will create it through email and password, the password will be encrypted in the database.
but my question is, how can secure it when making the post request, usually that password will be sent plain text in the request, so if a hacker manages to intercept it, he will literally know the password of that user.
So my question is how can secure it when making the post request?