Skip to content

weibenfalk/jwtToken-react-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

jwtToken-react-express

Front- and backend for showing how jwt auth work.

Usage

Backend

First ... create a .env file to store your secrets and port. Something like this:

ACCESS_TOKEN_SECRET=weibenrules
REFRESH_TOKEN_SECRET=weibenrulesevenmore
PORT=4000

Run npm install

Frontend

Run npm install then npm start

About

Front- and backend for showing how jwt auth work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published