With https://www.npmjs.com/package/axios-ntlm i can do ntlm requests without any problems, but there's a Microsoft API that has ntlm authentication in all endpoints and i need to create a front-end form that will authenticate in my express server and then will acess other endpoints that my express API will expose that will make others request to this microsoft api.
Doesn't make sense store user password in front end and pass to every request, so what information can i store in the frontend so that my backend can do others ntlm calls after authorizing the user, and how i will use this information to make the ntlm request??