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

@dan.woda Sorry for the pings.

When a user has been redirected from a rule to the /continue endpoint, the user object won’t be refreshed. So any updates to user account information during the redirect will not be reflected in the user object. For example, metadata updates that occurred during redirect will not be available.

I see this in the redirection docs.

Do I still get the access token from the log in? With my onboarding, I won’t be updating the auth0 user object; I’ll be updating mine. So, in that case, can I effectively ignore having to “continue” authentication?