Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 632 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 632 Bytes

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