A small demo of oauth with GitHub and pseudo-authentication with JWTs.
- Clone this repo
cd
into the project directory and runnpm install
- start server and client in development mode with
npm run dev
- Checkout the
github-oauth
andjwt
branches. Happy hacking!