Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to block subsequent steps if user isn't logged in? #424

Open
gremo opened this issue Mar 27, 2024 · 0 comments
Open

How to block subsequent steps if user isn't logged in? #424

gremo opened this issue Mar 27, 2024 · 0 comments

Comments

@gremo
Copy link

gremo commented Mar 27, 2024

In the middle of my flow I'm asking the user to login:

  1. The flow uses allowRedirectAfterSubmit
  2. "Step 3" will ask to login or register. After login, I redirect the user to the URL of the step 3.
  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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant