koajs / session

Simple session middleware for koa
MIT License
901 stars 113 forks source link

What's the app.keys in README.md? #119

Closed Donny2333 closed 6 years ago

Donny2333 commented 6 years ago

Hello, I just want to ask what the app.keys in the README document?

Is it the salt of the koa-session?

Donny2333 commented 6 years ago

What's the difference between CONFIG.key and app.key?

dead-horse commented 6 years ago

it is the key to sign the cookie.