Skip to content

Commit

Permalink
Featured = True "Updated"
Browse files Browse the repository at this point in the history
  • Loading branch information
rajattomar2816 committed Sep 9, 2024
1 parent a9a486d commit 34225ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "LoginRadius Releases 2024 Consumer Identity Report, Highlights the Shift
date: "2024-09-06"
coverImage: "trends-report-2024.jpg"
tags: ["industry-news", "consumer-identity", "identity-trends", "digital-identity"]
pinned: true
author: "Rakesh Soni"
description: "LoginRadius analyzed data from its Consumer IAM (CIAM) Platform, utilized by over 500 brands globally. The report offers a unique perspective on global consumer identity trends in 2024, delivering insights into consumer behavior regarding digital identities and providing a comprehensive analysis of their behavior patterns and lifecycle."
metatitle: "LoginRadius Consumer ID Trends Report 2024 is Now Live"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: "Leading the Charge in Customer IAM: LoginRadius Recognized as an Overall
date: "2024-07-10"
coverImage: "kc-lr-ciam.jpg"
tags: ["ciam solutions","coverage","b2b"]
pinned: true
author: "Rakesh Soni"
description: "KuppingerCole's 2024 Leadership Compass reports recognize LoginRadius as an overall leader in customer identity and access management (CIAM). LoginRadius excels in innovative workflow management, extensive integration capabilities, comprehensive B2B features, and top-tier security standards. "
metatitle: "KuppingerCole Names LoginRadius CIAM Leader in 2024 Report"
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
"gatsby-transformer-yaml": "^2.4.1",
"hast-util-select": "^4.0.0",
"node-sass": "^4.14.1",
"npx": "^10.2.2",
"oniguruma": "^7.2.3",
"prismjs": "^1.20.0",
"react": "^16.12.0",
"react-device-detect": "^1.17.0",
Expand All @@ -53,13 +55,14 @@
"react-typography": "^0.16.19",
"rehype-parse": "^7.0.1",
"rehype-stringify": "^8.0.0",
"sharp": "^0.33.5",
"twin.macro": "^2.6.2",
"typeface-barlow": "0.0.71",
"typography": "^0.16.19"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.0",
"husky": "^7.0.2",
"husky": "^8.0.3",
"lint-staged": "^11.1.2",
"prettier": "2.0.5"
},
Expand All @@ -84,7 +87,7 @@
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"prepare": "husky install"
"prepare": "husky install || true"
},
"lint-staged": {
"**/*.{js,jsx}": [
Expand Down

0 comments on commit 34225ef

Please sign in to comment.