is anyone aware of a reference implementation of Hydra OAuth with a consent form in React, or preferably, Next? i'm trying to get a complete Hydra + Kratos implementation working in my Next project. i've managed to get the Kratos flows working by themselves in my app by using the code in the
https://github.com/ory/kratos-selfservice-ui-react-nextjs example. now i'm trying to figure out how to take the next step with integrating Hydra from looking at the code in the
https://github.com/ory/examples/tree/hydra-kratos-integration-example branch. but that example is using Express instead of React or Next. i've spent some time going through the code but i'm lost and not getting anywhere.