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

Cache behaviour #26

Open
callmekatootie opened this issue Oct 5, 2020 · 0 comments
Open

Cache behaviour #26

callmekatootie opened this issue Oct 5, 2020 · 0 comments

Comments

@callmekatootie
Copy link

  1. The token cached uses the client id. However, the client id and the audience combination is unique and not just the client id.
  2. In tag 2.6.4, the cache exists outside the exported function for m2m. In 2.6, it exists within the function.

Thus, I can use 2.6 for my scenario where I have same client id but different audience but I cannot use 2.6.4, since it returns the token with the incorrect audience, even if we set it up with a new audience

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