Hello,
My application using React JS. I plan this
- React project A is a Login Page, Landing Page ( Display the Module like Talent Management, Recruitment, Rewards and so on )
- React project B is Talent Management
- React project C is Recruitment
My question is,
- User key in Username & Password in React project A
- The authentication process is within the React project A
- Is it possible user only click on Talent Management Module in Landing Page and the page will redirect into React project B without re-authentication ?
The React project B authentication is based on value from React project A to React project B. There is no need to re-login to enter the Talent Management module
I plan to separate the project because I want to divide the work and easy to maintain
Please help me to understand and my React design is accurate and proven