Skip to content

Commit

Permalink
init: cookies-localstorage for sessions blog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Sep 7, 2023
1 parent a0abac9 commit 94e4471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Cookies vs Localstorage for sessions – everything you need to know
date: "2020-06-23"
description: "Learn about the best approach and common misconceptions of storing sessions in cookies or browser storage"
cover: "cookies-vs-localstorage-for-sessions-everything-you-need-to-know.png"
category: "sessions"
author: "Rishabh Poddar"
---
12 changes: 0 additions & 12 deletions src/blog-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,6 @@ module.exports = [
cover: "conference-detecting-session-hijacking.png"
}
},
{
fields: {
slug: "/cookies-vs-localstorage-for-sessions-everything-you-need-to-know",
},
frontmatter: {
title: "Cookies vs Localstorage for sessions – everything you need to know",
description: "What are the usability and security trade-offs of storing session cookies in cookie storage or browser storage? Learn more about the best approach and common misconceptions that people have about it.",
category: "sessions",
date: "June 23, 2020",
cover: "cookies-vs-localstorage-for-sessions-everything-you-need-to-know.png"
}
},
{
fields: {
slug: "/express-session-vs-supertokens-for-handling-user-sessions",
Expand Down

0 comments on commit 94e4471

Please sign in to comment.