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

Add revocableTokenCacheDuration to resource proxy #59

Open
mike-marcacci opened this issue Sep 6, 2019 · 0 comments
Open

Add revocableTokenCacheDuration to resource proxy #59

mike-marcacci opened this issue Sep 6, 2019 · 0 comments

Comments

@mike-marcacci
Copy link
Member

If revocableTokenCacheDuration is configured, the proxy will cache the result of the introspection request for the configured number of seconds. Note that proxy instances do not share a cache, so a recently-revoked authorization may have different behavior between instances.

  /**
   * The number of seconds for which the proxy will cache the AuthX server's
   * token introspection response for a revocable token.
   *
   * @defaultValue `60`
   */
  readonly revocableTokenCacheDuration?: number;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant