Skip to content

v1.4.1

Choose a tag to compare

@skillmaker-dev skillmaker-dev released this 15 Mar 19:50
· 4 commits to master since this release

Fix first-request introspection auth for newly issued tokens.

  • Resolved a race window where newly created tokens could be rejected on the first introspection-protected request with 401, then succeed moments later.
  • Introspection authentication now retries when token activity is reported as inactive before returning failure.
  • New introspection options to control retry behavior for newly issued tokens:
    InactiveTokenRetryCount (default: 1)
    InactiveTokenRetryDelay (default: 150ms)