I'm having both of a backend and a frontend, my backend running on Node, my Frontend as a simple BrowserApp.
I'm using the node-module activedirectory2 to verify a user on our AD-Server.
But ad.authenticateUser(username, password) only takes PlainText as password... and I really don't want to send the password from the frontend with a simple "encryption", even tho I'm using TLS 1.3
I'm searching the entire internet for a module which takes hashed values as input to compare credentials. Is there a good way to pass a hashed value to the AD? Or should I be "safe" sending PlainText over TLS 1.3?
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW
Comments
Post a Comment