I wish to implement OpenID on a Node.js server with Everyauth, and I was looking for an example to guide me, since I am quite new to Javascript and Node. I am aware of the everyauth documentation, but still, if I could play around with a project/example I would appreciate.
For Passport, I found good examples here:
- https://github.com/jaredhanson/passport-openid/tree/master/examples/signon
- https://gist.github.com/2963889
But is there anything equivalent for Everyauth?
Regards,