node-openid
node-openid copied to clipboard
OpenID for Node.js
There is a bug on **line 994** in openid.js The foreach iterator for query parameters is checking for different values on `receivedReturnUrl` and `assertionUrl` which is the same URL as...
Hi, It looks like the nonce list is in memory and therefore any check would be per server, not per session? Is this acceptable or is there a recommended way...
Hello and thanks for implementing OpenID in Node.js! I'm relatively inexperienced with the specifications, but I did look over the 2.0 spec while trying to get things working with a...
Associations are used to agree a shared secret between the RP and the OP. Right now, `node-openid` stores association information at the end of a successful association with an OP,...
Per the [Attribute Exchange spec](http://openid.net/specs/openid-attribute-exchange-1_0.html#store), there is a StoreRequest that can be sent along with an OpenID request that allows passing of data to the OpenID provider. Most OpenID libraries...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.14.1. Changelog Sourced from qs's changelog. 6.14.1 [Fix] ensure arrayLength applies to [] notation as well [Fix] parse: when a custom decoder returns null for...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...