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

OSAuthenticator.authenticateV3 does not reauthenticate properly #444

Closed
symcssn opened this issue Sep 8, 2015 · 0 comments
Closed

OSAuthenticator.authenticateV3 does not reauthenticate properly #444

symcssn opened this issue Sep 8, 2015 · 0 comments
Milestone

Comments

@symcssn
Copy link
Contributor

symcssn commented Sep 8, 2015

The user’s OSClient object becomes out of scope during reauthentication because authenticateV3 does not update the OSClient object. Instead it returns a new OSClient object which is never passed back to the user during reauthentication. The user is left with the out of scope OSClient object and that OSClient's access is outdated. This becomes very problematic in multi-threaded applications.

OSAuthenticator.authenticateV2 handles it properly.

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