Skip to content

Instantly share code, notes, and snippets.

@agallant
agallant / _readme.md
Created February 1, 2018 06:24 — forked from shime/_readme.md
github oauth in node using express

What?

Most basic example of authenticating with Github in node.

How?

Clone this gist, change keys inside config.js and then hit npm install && node app.js.

Done?