I am looking for some advice, not for code snippets etc but just some help with the right approach.
We have two projects, PA and PB that we created for different audience and purposes.
Now our clients realized that they can use both our apps after we implemented some integration between the two.
So the current situation is that some users only use PA, some only use PB, and some use both.
We are building a "dashboard project" where users can go and log in.
Requirement: once they log in, this dashboard is supposed to detect if their credentials are valid for PA or PB or both.
Problem: users most likely have different credentials for PA and PB, so one common login would not work.
Question: how would you approach this?? Is it even possible?? They're asking me to implement it but i have no clue how to achieve that...thx!