Skip to content

Commit

Permalink
init social and email password login with reactjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Oct 2, 2023
1 parent 621392b commit 44d005f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -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
12 changes: 0 additions & 12 deletions src/blog-details.js
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 44d005f

Please sign in to comment.