Skip to content

a JWT based authentication using Refresh Token with Express and React

License

Notifications You must be signed in to change notification settings

renato-macedo/auth-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth Showcase

Implementation of authentication in React Apps with JWT and Refresh Token

SuperTokens

source: Super Tokens

Why

Authentication is not easy so I will use this repo for reference in the future

Installation

(this is not a monorepo, you must install all package dependencies separately)

Server (Express)

$ cd server
$ npm install
$ npm run dev

Client (CRA)

$ cd client
$ npm install
$ npm start

License

MIT

Releases

No releases published

Packages

No packages published