Skip to content

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

Notifications You must be signed in to change notification settings

Devtools-Tech-Team/remix-run-social-authentication-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published