Skip to content

Instantly share code, notes, and snippets.

@agallant
agallant / keybase.md
Created February 2, 2021 21:32
agallant Keybase proof

Keybase proof

I hereby claim:

  • I am agallant on github.
  • I am agallant (https://keybase.io/agallant) on keybase.
  • I have a public key ASB7PvOkPE7_2ROY10Bs35QQT0l9G0uSlwAib08W_k5LEQo

To claim this, I am signing this object:

@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?