Hi everyone, I'm trying to integrate registration and login with OIDC (google and apple) from a native flutter app using the official client.
I would like to separate the two flows (registration and login), but I see that by doing a login flow with method=oidc the account is automatically created as for the registration flow.I haven't found a way to disable this behavior in the documentation. Do you know if it's possible? Thank you