express-ntlm icon indicating copy to clipboard operation
express-ntlm copied to clipboard

An express middleware to have basic NTLM-authentication in node.js.

Results 10 express-ntlm issues
Sort by recently updated
recently updated
newest added

Hi Everyone, I just struggling with the example provided in the web, the LDAP 389 is working pretty well, now we must move to LDAPS and suddenly I cannot use...

Hi, I'm not sure if this is an issue or not so I've marked it as a question. I've created an express API endpoint and use express-ntlm to authenticate internal...

I have developed the application with ntlm on the local machine. It ran flawlessly on my machine with ntlm. Now I placed it on the production server but the login...

> Fixes authentication is null issue mentioned. Does this really help? This could fix #22 and #20?

When express-ntlm receives an unexpected NTLM message Type 3 it responds with 500 (internal server error). It would be more helpful to the client if it responds with 401 (unauthorized),...

enhancement

As of #43 the whole ntlm client code is separated in a dedicated repository to include it for other authentication mechanics. To reflect this change the existing ntlm client code...

When connecting to OpenLDAP server there is an error in response that GSS-SPNEGO not supported on OpenLDAP server side. Can I change authentication mode to GSSAPI for example?

enhancement

Hi, I have`/upload` endpoint using [busboy](https://www.npmjs.com/package/busboy) library. the idea is to use node-streams in order to process the file fast as possible (and stream it to another service) in the...

Hi, The new version 2.7.0 states: "Support usage behind a proxy if the application can distinguish its user" We desperately need a solution to work behind reverse proxy (backend served...