Skip to content

Instantly share code, notes, and snippets.

@AndrejGajdos
Created June 24, 2018 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrejGajdos/221f9207b91ae9b4cae6a273f0a64a4a to your computer and use it in GitHub Desktop.
Save AndrejGajdos/221f9207b91ae9b4cae6a273f0a64a4a to your computer and use it in GitHub Desktop.
Initialization of koa session. Whole file is available https://github.com/AndrejGajdos/auth-flow-spa-node-react/blob/master/script/server.js
app.use(
session(
{
store: redisStore(),
},
app,
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment