Redirect after login
-
I’ve implemented the RESTful API and it’s working perfectly and now I need to be able to redirect users.
Is it possible to redirect users after login to different pages based on restrictions? In my CASPIO tables, users fall under 4 groups and certain users have more privileges than others. I need that to reflect in my app after they have logged in.
Cheers!