Search code examples
openidnode.js

Is there a node.js implementation of an OpenID consumer?


Looking for an OpenID consumer in node.js

It is not on this list http://openid.net/developers/libraries/

Is there one?


Solution

  • I've written OpenID for node.js and shared the code at https://github.com/havard/node-openid. It is a fully OpenID 2.0 (and partially OpenID 1.1) compliant Relying Party.

    For more information on the library, you can also read the announcement blog post.

    UPDATE: As of 2011-09-04, the library is a fully OpenID 1.0/1.1 compliant Relying Party as well.