Replies: 2 comments 8 replies
-
You want forward cookies when fetching and receiving a response. Just copy the cookies from the request to the SvelteKit app to the request to the external api, and copy the response headers ( |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @pilcrowonpaper, I have a similar situation. With NextAuth, we can override the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an external API that I can send a POST request to
/api/v3/user
to log in, and I get a cookie and the user in the response.How can I use this with Lucia?
Beta Was this translation helpful? Give feedback.
All reactions