Replies: 1 comment
-
There's also other threads in discussions and issues on this topic which can be found with keywords like “response” and “headers”, e.g. #1693 |
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 am implementing session strategy and the problem is that I need to set a session token in localstorage. How to get a header from a client response?
I have tried to make a fetch wrapper but it seems like it's not a proper way to do this.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions