Skip to content

React, Express, MongoDB, Passport, JWT authentication demo

Notifications You must be signed in to change notification settings

sebnun/reactauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reactauth

Simple demo showing how to use passport.js JWT with React, Express and MongoDB.

To run locally

You'll need to have Node and MongoDB installed.

Open terminal and run git clone https://github.com/sebnun/reactauth.git && cd reactauth

then npm install

then mongod

in a new tab run npm start

in a new tab run webpack

open http://localhost:3000 in your favorite browser.

All credit goes to https://vladimirponomarev.com/blog/authentication-in-react-apps-jwt

About

React, Express, MongoDB, Passport, JWT authentication demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages