node-openid icon indicating copy to clipboard operation
node-openid copied to clipboard

Implement OpenID store requests

Open CydeWeys opened this issue 12 years ago • 1 comments

Per the Attribute Exchange spec, 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 for other languages support store requests, including DotNetOpenAuth, openid4java, Python, and ruby-openid. It'd be great if node-openid could support them, because I'm dealing with a situation where we have an existing provider that handles StoreRequests, and there's functionality we need that requires sending one.

CydeWeys avatar Sep 30 '13 19:09 CydeWeys

This should probably be part of work done on #96 (updating the current AX implementation). Takers are most welcome! :)

havard avatar Oct 11 '13 08:10 havard