NodeSSPI icon indicating copy to clipboard operation
NodeSSPI copied to clipboard

Server-side windows authentication for Node.js

Results 27 NodeSSPI issues
Sort by recently updated
recently updated
newest added

We have been using node-sspi for years in an internal application. It was working great in Node 12 and earlier, however I was working on upgrading to Node 14 or...

I cannot install **v0.2.8** with **Node v14.15.1** (also tried v12.20 and v15). Also tried updating **node-gyp** and the **build tools**. System: Win 10 x64 No binary is available, so it...

Hi, I've been developing an API meant to authenticate users before passing the request. It works great on the local API server and port, but if I host a site...

Hi @abbr, I faced weird issues. I and my colleague access the API (/test/login) at the same time(really fast) then I can get his username instead of my user name....

The following NodeSSPI options successfully auth a user (without prompting for credentials) accessing https://myhost:9990/ over XHR request (node v14.15.1): ```js options = { // sspi cache = 1 hour cacheTTL:...

` [email protected] install C:\projects\link-profile-redesign-ui\node_modules\node-sspi > node ./build.js `win32-x64-node-14` exists; testing Problem with the binary; manual build incoming stdout= err=Error: Command failed: C:\Program Files\nodejs\node.exe quick-test.js undefined:0 ` Node Version is -...

Hi, Is it possible to retrieve other properties of the user besides the SID and group membership. Like for example: telephone, organization, email, display name. Thank you.

Hi, having read a lot of the questions here and on the web around SSPI it seems there are a few common misconceptions that are easily solved. In the end...

I know it is written that you can use this without Express. I tried doing it with Koa and it doesn't seem to work. Cay you also give an example...

Updated to include Koa example. Updated the code for both Koa and Express examples to look similar. closes #80