Obligatory user fields after registration

Hello,

I want to do the following,

  1. Allow user registration with a simple form, more or less as it is now in UF.

  2. After registration, ask from the user to fill in some additional (obligatory) personal information (dashboard) before being able to continue.

Any thoughts on how to approach step (2)?

Thanks

For a true gate, you could use a middleware to routes to redirect the user to the form if the info is not loaded. Same kind of middleware as authGuard.