Hello, the docs often mention that you can either use the links (for logout, form submission ...) or directly do a fetch call / use the client api. Some sites like
https://www.ory.sh/docs/kratos/self-service#form-submission-and-payload-validation-1 even recommend to intercept the call and use fetch or the api. But the guide doesn't say why this would be better. So what's the advantage? The obvious disadvantage is that it is more work.