fix: validate JWT introspection response to check "active" flag - #53
Conversation
Ensures that the OAuth 2.0 token introspection response includes "active": true. Prevents expired, revoked, or invalid tokens from being accepted.
|
Thanks for this, and for the clear RFC 7662 write-up in #52 — the report was correct at the time. Closing as obsolete rather than merging, because the code this patches no longer exists. Commit 0f6bff4 (2026-07-16, "api: OPC draft-02 command support with JWKS token verification") rewrote
Closing #52 alongside this with the same pointer. |
Ensures that the OAuth 2.0 token introspection response includes "active": true. Prevents expired, revoked, or invalid tokens from being accepted.
#52