swift-flower-33918
01/12/2023, 3:37 PMv.1.10.6
and we noticed that hydra_oauth2_consent_request
and hydra_oauth2_consent_request_handled
are growing pretty fast.
I tried to run a clean environment to check this behavior and used 5-minute tutorial with demo application.
I noticed that each time I'm logging in on localhost:5555
, Hydra creates new record in hydra_oauth2_consent_request
table and hydra janitor
does not clean those records.
I probably don't understand all the concepts, but I would like to know when and how hydra_oauth2_consent_request
can be cleaned up.