0

I really want to divide this frontend into two parts, one that faces the users and other for administrators so I can release changes on both without works on one part blocking the other, but, I have many question, like, how do I manage authentication in two different React projects from one login page?

Maybe there are more problems than benefits, what do you think?

Comments
  • 1
    OAuth and OIDC is the answer to the shared identity and login, just use a trusted auth provider and you'll be able to have the same auth across any number of applications.

    https://www.okta.com/
  • 0
    @SortOfTested I see... Idk how to feel about having a third-party managing my authentication, tho.

    I will look more into it, where I work they use Auth0, but I never worked directly with that service.
  • 1
    @catholic-emacs
    Theres free options, like identity server. It's just a trust scenario.
Add Comment