Hi folks!
I have a question. At database a token signature is stored, instead of the token itself. How can we get token information even when the token is outdated (to trace access to our apis and detect the owner of leaked tokens, for example). At introspect endpoint, if is outdate, cant retrieve the whole information, only active=false.
Thanks!