From 44d005f61ba8066119524d512bebfab620db050b Mon Sep 17 00:00:00 2001 From: Chakravarthi Medicharla Date: Mon, 2 Oct 2023 15:12:33 +0530 Subject: [PATCH] init social and email password login with reactjs --- .../index.md | 10 ++++++++++ src/blog-details.js | 12 ------------ 2 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 content/how-to-set-up-social-and-email-password-login-with-reactjs/index.md diff --git a/content/how-to-set-up-social-and-email-password-login-with-reactjs/index.md b/content/how-to-set-up-social-and-email-password-login-with-reactjs/index.md new file mode 100644 index 00000000..664726a8 --- /dev/null +++ b/content/how-to-set-up-social-and-email-password-login-with-reactjs/index.md @@ -0,0 +1,10 @@ +--- +title: How to Set up Social and Email Password Login With ReactJS in 10 Minute +date: "2022-02-09" +description: " In this blog, we'll walk you through setting up an email-password authentication with popular social providers like Google, GitHub, and Apple using SuperTokens on a ReactJS application with ExpressJS as the backend." +cover: "how-to-set-up-social-and-email-password-login-with-reactjs.png" +category: "programming" +author: "Rishabh Poddar" +--- + +hey yoyoyy \ No newline at end of file diff --git a/src/blog-details.js b/src/blog-details.js index f860384f..d8a4b5dc 100644 --- a/src/blog-details.js +++ b/src/blog-details.js @@ -1,16 +1,4 @@ module.exports = [ - { - fields: { - slug: "/how-to-set-up-social-and-email-password-login-with-reactjs", - }, - frontmatter: { - title: "How to Set up Social and Email Password Login With ReactJS in 10 Minutes", - description: "In this blog, we'll walk you through setting up an email-password authentication with popular social providers like Google, GitHub, and Apple using SuperTokens on a ReactJS application with ExpressJS as the backend. ", - category: "programming", - date: "February 09, 2022", - cover: "how-to-set-up-social-and-email-password-login-with-reactjs.png" - } - }, { fields: { slug: "/how-to-customise-supertokens-apis",