v1.4.1
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)