how to set token in cookies and use it in loader to fetch data from a separate backend? #1223
Unanswered
ShourovRoy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to use this https://remix.run/docs/en/v1/api/remix#sessions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions