koajs / csrf

CSRF tokens for koa
MIT License
264 stars 32 forks source link

Upgrading to Koa2.0 #25

Closed rgranger closed 8 years ago

rgranger commented 8 years ago

Hi, I was just wondering if there was any plan to upgrade to Koa2.0 Thanks.

niftylettuce commented 8 years ago

bump

jonathanong commented 8 years ago

adding @niftylettuce as a contributor. no excuses now

niftylettuce commented 8 years ago

@jonathanong @rgranger done, published v3.0.0 to NPM and GitHub, needs some more work, see https://github.com/koajs/csrf#open-source-contributor-requests

niftylettuce commented 8 years ago

Had a bug with 3.0.0 and 3.0.1, released as 3.0.2 and unpublished 3.0.0 and 3.0.1

niftylettuce commented 8 years ago

Versions 3.0.0, 3.0.1, and 3.0.2 had a bug with constantly setting a new session secret (this is only supposed to be set once). I have fixed this per and release v3.0.3 (and also added a new deprecation notice to versions <3.0.3)