0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Apr 04, 2024 — Apr 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
_buildUrl fix using query string parsing provided by node.js URL module More... almost 14 years ago
prevent _buildUrl from losing query string More... almost 14 years ago
v0.1.5 More... almost 14 years ago
Use valid OpenID 2.0 namespace parameter (was using provider 'version', which asserts claims about the service provider rather than specifying the namespace) More... almost 14 years ago
Fallback to HTML discovery also when XRDS provider list is empty More... almost 14 years ago
Merge branch 'master' of https://github.com/danlec/node-openid into danlec-master More... almost 14 years ago
Merge branch 'master' of https://github.com/otaku/node-openid into otaku-master More... almost 14 years ago
Merge branch 'master' of https://github.com/yonran/node-openid into yonran-master More... almost 14 years ago
Merge branch 'master' of github.com:havard/node-openid More... almost 14 years ago
Modified chars_from_hex to correctly handle cases where the inputstr contains an odd number of digits More... about 14 years ago
Delete carriage return characters before parsing XRDS More... about 14 years ago
Makes sure the callback is called only once on verification failure. More... about 14 years ago
v0.1.4 More... about 14 years ago
Add claimed identifier to response More... about 14 years ago
Release v0.1.3 More... about 14 years ago
Removed console.log statement More... about 14 years ago
Fixed undefined variable reference in README example More... about 14 years ago
package.json: json standard dictates double-quoted strings More... about 14 years ago
Fixed and improved extension integration More... about 14 years ago
Added test for google apps for domains. More... about 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... about 14 years ago
Merge branch 'master' of github.com:havard/node-openid More... about 14 years ago
Updated README to reflect latest changes More... about 14 years ago
NPM now requires valid JSON in package.json More... about 14 years ago
Merge branch 'master' of github.com:havard/node-openid More... about 14 years ago
Fixed issue with provider resolution calling non-existant function in certain paths. Added error as data to failing HTTP requests. More... about 14 years ago
Fix #18 - Faulty function call in certain resolution cases More... about 14 years ago
Make html link regex more greedy to make sure it doesn't swallow too much More... about 14 years ago
Fixed issue with XRDS provider information where delegated identities would be dropped and handled as identifier selection More... about 14 years ago
Strict mode introduced: Currently, strict mode means asserting a secure channel if provider does not support encryption. More... about 14 years ago