Can someone explain to me how can i set the cookies in the browser using Solidjs #876
CrispenGari
started this conversation in
General
Replies: 1 comment
-
Assuming you meant set cookies from the server (not the browser), you simply need to set the Note that Solid's session management is very similar to Remix's session's, so their docs may be informative: https://remix.run/docs/en/main/utils/sessions |
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
-
I have a
login
route that looks as follows:I have an authentication server that returns me a jwt token on succesfull authentication. But how can i store that token in the cookie. Ivé tried to read the docs and follows example but seems like they are not working https://start.solidjs.com/advanced/session.
Beta Was this translation helpful? Give feedback.
All reactions