Redirect to onboarding flow after sign up (or first log in)?

Hi @simpleauthority,

You can check for logins count in a rule with context.stats.loginsCount. Check out this example:

You can also redirect from a rule for the onboarding flow.

https://auth0.com/docs/rules/guides/redirect

Hope this helps!
Dan