-
|
I see that during setSessionCookie method domain is not set which means cookie will apply only to the current domain. Is it possible to set session cookies to ".domain.com" currently? |
Beta Was this translation helpful? Give feedback.
Answered by
flybayer
Jan 1, 2021
Replies: 2 comments
-
|
It's currently not possible, but I think we can expose a config for that. I'm double checking with our auth expert first |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ok yes we can do this! I've opened an issue so that anyone can make a PR for this: https://github.com/blitz-js/blitz/issues/1664 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
flybayer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok yes we can do this! I've opened an issue so that anyone can make a PR for this: https://github.com/blitz-js/blitz/issues/1664