Skip to content

Commit

Permalink
Merge pull request #187 from supertokens/blog/all-you-need-to-know
Browse files Browse the repository at this point in the history
[webflow to gatsby] Add All you need to know about user session security blog
  • Loading branch information
nkshah2 authored Oct 3, 2023
2 parents 621392b + 50ef1ea commit fa51b1e
Show file tree
Hide file tree
Showing 11 changed files with 309 additions and 12 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
284 changes: 284 additions & 0 deletions content/all-you-need-to-know-about-user-session-security/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions src/blog-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,4 @@ module.exports = [
cover: "the-best-way-to-securely-manage-user-sessions.png"
}
},
{
fields: {
slug: "/all-you-need-to-know-about-user-session-security",
},
frontmatter: {
title: "All you need to know about user session security",
description: "This article covers extensive conversations with over 70+ developers exploring different session management practices, identifying issues and converging on a solution to these issues. ",
category: "sessions, featured",
date: "June 07, 2019",
cover: "all-you-need-to-know-about-user-session-security.png"
}
},
]
25 changes: 25 additions & 0 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -473,4 +473,29 @@ section[itemprop="articleBody"] img[src$=".gif"] {
display: block;
max-width: 100%;
margin: 0 auto;
}

.primary-button{
font-family: Rubik,sans-serif;

display: block;
width: 200px;
margin: 40px auto;
border-radius: 6px;
background-color: #f93;
box-shadow: 2px 2px 6px 0 rgba(0,0,0,.16);
font-size: 24px;
line-height: 40px;
font-weight: 700;
text-align: center;

padding: 9px 15px;
color: #fff;
border: 0;
text-decoration: none !important;
cursor: pointer;
}

.primary-button:hover{
box-shadow: 2px 2px 20px 0 rgba(0,0,0,.16);
}

0 comments on commit fa51b1e

Please sign in to comment.