Skip to content

Instantly share code, notes, and snippets.

@AndrejGajdos
Created June 24, 2018 11:34
Show Gist options
  • Save AndrejGajdos/4fadedb8ac1f504c6a54775b18b77beb to your computer and use it in GitHub Desktop.
Save AndrejGajdos/4fadedb8ac1f504c6a54775b18b77beb to your computer and use it in GitHub Desktop.
const passport = require('koa-passport');
app.use(passport.initialize());
app.use(passport.session());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment