Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reuse cached associations #112

Open
codeaholics opened this issue Feb 21, 2014 · 1 comment
Open

Reuse cached associations #112

codeaholics opened this issue Feb 21, 2014 · 1 comment

Comments

@codeaholics
Copy link
Contributor

Associations are used to agree a shared secret between the RP and the OP. Right now, node-openid stores association information at the end of a successful association with an OP, but it only ever re-uses that information to validate positive assertions. It should also re-use those associations on subsequent authentication requests to the same OP.

@havard
Copy link
Owner

havard commented Mar 13, 2014

You are of course right, this is one of the lacking parts of the library.

Patches are welcome, as always. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants