KindeK
Kinde2y ago
3 replies
Andy V

Single authentication/two applications

Hi, I have a question and I'm hoping someone might be able to help me with.

I have two SPA applications, one in React and another in AngularJS. These apps are served from different host/domains e.g. https://app.example.com and https://clients.example.com. From a users perspective they "enter" at https://app.example.com and can move between the "app" and the "clients" applications depending on the menu options they click.

As for auth, I would like the user to authenticate when they enter https://app.example.com and they need to be able to move between both apps without needing to re-authenticate. Is this possible with Kinde?

I have been trying to get an example going on my local machine using
localhost:3000
and localhost:4000 and I can authenticate successfully, but when I move to the second app the isAuthenticated() returns false.
Was this page helpful?