Hello! Is there a way to find failed tokens over a...
# talk-hydra
c
Hello! Is there a way to find failed tokens over a period of time for a specific client? I am wanting to find this information by client request so they can refresh these tokens before they expire, and lose connection. I have tried finding this data via our Ory Hydra database, specifically in tables
hydra_oauth2_access
and
hydra_oauth2_refresh
, but haven't had much luck tracking down what I need. Thanks in advance!
Further, I have been searching through logs (via
journalctl
) on our instance that runs ory hydra, but it does not appear the logs contain the
client_id
or if the logged event is a token grant or token refresh. Perhaps there is a way I can configure our logging to have this information to make it easier to investigate issues.