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

service.reset() does not remove access tokens from storage #336

Open
alexminer88 opened this issue Jan 7, 2022 · 0 comments
Open

service.reset() does not remove access tokens from storage #336

alexminer88 opened this issue Jan 7, 2022 · 0 comments

Comments

@alexminer88
Copy link

alexminer88 commented Jan 7, 2022

service.reset() did not remove access tokens, but when I perform: service.getStorage().setValue(null, null); this removes the token. This was under the condition that a user property store was being used.

I see that the token is being stored under the key null: Service_.prototype.saveToken__ = function(token) { this.getStorage().setValue(null, token); };

Testing yields that the token is still present no matter what unless we clear the value directly with the service storage.

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

1 participant