How to share JWT through 2 React.js Frontend

45 views Asked by At

I have 2 frontends with the same origin domain. Then how would I use cookie for that operation? Once user logged into the 1st frontend, then user must be able to get the JWT used in the 1st website whenever user log in.

For example, we are able to get into mail.google.com without logging in once we are logged in account.google.com.

0

There are 0 answers