0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
Nov 23, 2023 — Nov 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Delete carriage return characters before parsing XRDS More... over 13 years ago
Makes sure the callback is called only once on verification failure. More... over 13 years ago
v0.1.4 More... over 13 years ago
Add claimed identifier to response More... over 13 years ago
Release v0.1.3 More... almost 14 years ago
Removed console.log statement More... almost 14 years ago
Fixed undefined variable reference in README example More... almost 14 years ago
package.json: json standard dictates double-quoted strings More... almost 14 years ago
Fixed and improved extension integration More... almost 14 years ago
Added test for google apps for domains. More... almost 14 years ago
Remove old querystring so that Node's url.format includes all params. This fixes support for Google Apps for Domains which has querystring in the url. https://www.google.com/accounts/o8/site-xrds?hd=YOURDOMAIN.COM More... almost 14 years ago
Merge branch 'master' of github.com:havard/node-openid More... almost 14 years ago
Updated README to reflect latest changes More... almost 14 years ago
NPM now requires valid JSON in package.json More... almost 14 years ago
Merge branch 'master' of github.com:havard/node-openid More... almost 14 years ago
Fixed issue with provider resolution calling non-existant function in certain paths. Added error as data to failing HTTP requests. More... almost 14 years ago
Fix #18 - Faulty function call in certain resolution cases More... almost 14 years ago
Make html link regex more greedy to make sure it doesn't swallow too much More... almost 14 years ago
Fixed issue with XRDS provider information where delegated identities would be dropped and handled as identifier selection More... almost 14 years ago
Strict mode introduced: Currently, strict mode means asserting a secure channel if provider does not support encryption. More... almost 14 years ago
Removed bogus provider test More... almost 14 years ago
Fixed faulty validity check in stateless signature verification. Fixed mixed up verification methods (stateless verification used hmac and vice-versa). Fixed stateless variable typo in relying party object. More... almost 14 years ago
Fixed bug in stateless verification, removed provider from callback arguments (not needed) More... almost 14 years ago
Added RelyingParty object simplifying the interface of the library More... almost 14 years ago
Adopt extensions code to coding style More... almost 14 years ago
Removed node 0.2 compat code (which was not working anyway) More... almost 14 years ago
Support for stateless mode More... almost 14 years ago
Unified comments and editor settings across files More... almost 14 years ago
Node 0.3.7 is required More... almost 14 years ago
Parse link tags with more than one rel, also catch one more error More... almost 14 years ago