In the middle of my flow I'm asking the user to login:
- The flow uses
allowRedirectAfterSubmit
- "Step 3" will ask to login or register. After login, I redirect the user to the URL of the step 3.
- "Step 3" is skipped when the user is already logged in
This seems to work. But how to "block" subsequent steps if user is not logged in?
In the middle of my flow I'm asking the user to login:
allowRedirectAfterSubmitThis seems to work. But how to "block" subsequent steps if user is not logged in?