fosite icon indicating copy to clipboard operation
fosite copied to clipboard

fix: return refresh token expiration time on introspection

Open mitar opened this issue 2 months ago • 0 comments

Related Issue or Design Document

Fixes #801.

Checklist

  • [x] I have read the contributing guidelines and signed the CLA.
  • [x] I have referenced an issue containing the design document if my change introduces a new feature.
  • [x] I have read the security policy.
  • [x] I confirm that this pull request does not address a security vulnerability. If this pull request addresses a security vulnerability, I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
  • [x] I have added tests that prove my fix is effective or that my feature works.
  • [ ] I have added the necessary documentation within the code base (if appropriate).

Further comments

I kept common things shared but then made a special case for access tokens to add additional fields.

mitar avatar Oct 15 '25 11:10 mitar