Implementation of authentication in React Apps with JWT and Refresh Token
Authentication is not easy so I will use this repo for reference in the future
(this is not a monorepo, you must install all package dependencies separately)
$ cd server
$ npm install
$ npm run dev
$ cd client
$ npm install
$ npm start
MIT