@ivymasterman The best thing I can tell you to do is pull on the thread of SSO. Single sign-on is the pattern you are describing. I believe there are packages out there for Laravel (assuming that is what you are using) to make this a bit easier.
Aug 11, 2022
2
Level 3
How to do one login process, for multiple apps?
So, I have 3 apps, that all have users tables in their respective databases.
One of these 3 apps is the main one, which links to the other 2, but the other 2 can also be used separately.
Is there a way to log into the main app, and automatically also get logged into the other 2? They will not be on the same domain, but the users' table will have the same data between these 3.
If this is not possible, would putting them in the same domain help?
If you can suggest some other architecture, pls do so.
Level 67
1 like
Please or to participate in this conversation.