Hi I have a question regarding authentication. I want to have two types of users depending on where they log from and redirect them to different subpages depending on what kind of user they are.
I read that the common solution is to use localStorage but that solution doesn't work for my app flow.