Hey! Question about "interuption" in Oauth flows. ...
# general
f
Hey! Question about "interuption" in Oauth flows. I have a native app, a login frontend, hydra and kratos. Login in the app is done with code and PKCE redirecting to the login page for authentication. How should I handle the case where a user creates a recovery flow or anything else to interrupt the login flow? The way we currently handles end up with losing the "context" of the login and proceeding the the login frontend's settings page after successful authentication.