Wassup folks, my studies on Hydra are progressing.
Right now I suppose there are a few problems with the logout flow interacting with mysql 5.7 db.
Here's the error I'm getting when following the redirect_to url sent by the accept logout challenge endpoint:
time=2022-10-06T115954+02:00 level=error msg=An error occurred audience=application error=map[message:
mysql destroy: Error 1451: Cannot delete or update a parent row: a foreign key constraint fails
(drclick.hydra_oauth2_authentication_request, CONSTRAINT hydra_oauth2_authentication_request_login_session_id_fk
FOREIGN KEY (login_session_id)
REFERENCES `hydra_oauth2_authentication_s)]