How to use jwt token from separate backend #1274
-
How can I set token in cookies which comes from separate backend. and how to get that token from cookies in loader function to fetch protected data using that token. Please help me |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Create a cookie or session and store it there, then use that to retrieve the JWT in the loader or action. |
Beta Was this translation helpful? Give feedback.
-
Hi, unfortunately, |
Beta Was this translation helpful? Give feedback.
Create a cookie or session and store it there, then use that to retrieve the JWT in the loader or action.