Quick question about Ory Network customization of ...
# ory-network
m
Quick question about Ory Network customization of Kratos flows. If I want completely custom flows I have to host the UI myself is that correct?
f
Depends on what you mean by completely custom, but very likely yes
You can still use Actions to get in additional validation etc while using Account Experience but if you want to do e.g. multi page signup, you need a custom Ui
m
Yes, multi page signup with a few non-auth related steps in between
👍 1
Would you also happen to know is the MAU that you pay for is based on the active sessions per month. And an active session is active until it expire. E.g. 720 days lifetime means that that session is paid for for two years, or only whenever the session info is requested/interacted with?
f
only whenever the session info is requested/interacted with - we don't count inactive long-running sessions if the user isn't doing anything
m
Thanks