Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. app.use(passport.initialize());
  2. app.use(passport.session());
  3. app.use(session({
  4. secret: 'asdsdfsdf',
  5. resave: true,
  6. saveUninitialized: false,
  7. cookie: {
  8. secure: false
  9. }
  10. }));
Add Comment
Please, Sign In to add comment