Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 401 Bytes

Node.js CI

hello oauth

A small demo of oauth with GitHub and pseudo-authentication with JWTs.

Getting started

  • Clone this repo
  • cd into the project directory and run npm install
  • start server and client in development mode with npm run dev
  • Checkout the github-oauth and jwt branches. Happy hacking!