What are cookies in web development?
Cookies are tiny pieces of data that the backend can store in the user's browsers. User tracking, p...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for the detailed writings!
I have one question though: Where can we store the
JWT refresh token
other than localStorage & cookies, so that the user still have that piece of token after a refresh/hard reload?That's a good question. I'll write something on this topic sooner or later!
Good to hear. Looking forward to another great content from you!
Is it possible to play with
sameSite none
andsecure
cookies between client and server side both locally? I'm having problem probably because of trusted and signed credentials for https protocols. Do you know any article about that?Hey nice article. You wrapped up all information about the cookies pretty well. Thanks
This is great, very nicely organized! Thanks!
You're welcome!
So timely, I am learning authentication in ReactJS and I am using both Cookie and localStorage. I'll keep this under my pillow. Thanks for this.
You're welcome!
Thanks for sharing 😊
you're welcome!
great article
Great discussion..Very apt
Hello, may I translate your article into Chinese?I would like to share it with more developers in China. I will give the original author and original source.
Sure, just reference the original post valentinog.com/blog/cookies/
I've been looking for some good resources on HTTP Cookies, and this's the best explanation I found so far; thank you very much @valentinogagliardi .
You're welcome!