I am developing an invite flow using a self-hosted ory instance. What is the best way to create an invite flow? I see here that we would send an invited user a recovery link.
https://www.ory.sh/docs/kratos/manage-identities/invite-users which makes sense. But this will lead to my ho hum down to business recovery page. I have a next.js app that is using the ory client sdks. When it starts the recovery flow - is there any way to differentiate between an invited user and a current user needing to reset passwords? I want to have a different user experience depending on the use case.