Secure auth example using JWT and Refresh token.
Simple React client
NodeJS/Express server with a in memory sqlite3 database for testing purposes.
yarn install
in root directory to install all dependencies in the root of the monorepo.
yarn dev
in root directory to start client and server dev processes.