How do I share JWT through 2 React.js Frontend #13555
Unanswered
debski-patrick
asked this question in
General
Replies: 1 comment
-
Set the token in HttpOnly cookies from the server with domain attribute |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are 2 Frontend websites. When user login in 1 website, it generates the jwt token. Once user logged in, the user must be able to get his info automatically in another frontend without logging in.
How do I implement this feature? I need some suggestions.
Beta Was this translation helpful? Give feedback.
All reactions