Hoe to implement several redirect uri

I want to implement several redirect uri.
I am building project with React.js
The problem is that I have to redirect to different uri based on different users
for example if I login with demo@demo.com then I want to redirect it to first.com
If I login with demo2@demo2.com then I want to redirect it to first.com/manage.

Hey there @enjoylifethemost123!

Not sure if it’s doable to be honest. Let me check with the team and get back to you soon!

Wait! :slight_smile: You can try leveraging rules for that.

Here’s how to do redirect from rules:

connecting it with checking let’s say email or whatever else you want to redirect user based on you should be able to achieve what you want.

Thank you for your help. I will try.

1 Like

Sure let me know how it goes!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.