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

Use endpoint URL and OAuth credentials when caching token #2131

Merged
merged 2 commits into from
Feb 1, 2024

Commits on Jan 19, 2024

  1. Use endpoint URL and OAuth credentials when caching token

    Since the cached token was mapped to the synapse endpoint instance previously, the same
    token was shared even we change the endpoint URL dynamically. With this improvement, we
    use the endpoint URL and OAuth credentials as the key when caching the token.
    
    Git issue: wso2/api-manager#2381
    SanojPunchihewa committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    05ac420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c06f4f7 View commit details
    Browse the repository at this point in the history