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

9.1.0 UniversalCache did not correctly read the credentials data from the OAuth cache #619

Closed
4 tasks done
WhiteMinds opened this issue Mar 16, 2024 · 0 comments · Fixed by #620
Closed
4 tasks done
Labels
bug Something isn't working

Comments

@WhiteMinds
Copy link
Contributor

Steps to reproduce

  1. Create yt and listen and handle events according to examples\auth\yttv-oauth2.js
  2. Execute yt.session.signIn and wait for successful login
  3. Wait for yt.session.oauth.cacheCredentials to complete execution
  4. Execute yt.session.signIn again, did not correctly read the cached credentials

Failure Logs

Don't need logs

Expected behavior

Correctly read the cached data and log in automatically.

Current behavior

You can see that the cache data has been written correctly, the error occurs in the reading phase.

image

Version

Default

Anything else?

No response

Checklist

  • I am running the latest version.
  • I checked the documentation and found no answer.
  • I have searched the existing issues and made sure this is not a duplicate.
  • I have provided sufficient information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant