/remix-run-social-authentication-example

This repo illustrates how to integrate social authentication with Remix Run based applications.

Primary LanguageJavaScript

Welcome to Social Authentication With Remix Run Example!

Cloning the repo locally

git clone https://github.com/Devtools-Tech-Team/remix-run-social-authentication-example.git
cd remix-run-social-authentication-example

Installing dependencies

npm i

Creating the .env file

touch .env

Add NODE_ENV as development for now. Copy your GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET inside the .env file.

Starting Development Server

npm run dev