Created
June 24, 2018 11:34
-
-
Save AndrejGajdos/4fadedb8ac1f504c6a54775b18b77beb to your computer and use it in GitHub Desktop.
Revisions
-
AndrejGajdos created this gist
Jun 24, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ const passport = require('koa-passport'); app.use(passport.initialize()); app.use(passport.session());