PalmTale

Results 7 comments of PalmTale

Just `await ctx.regenerateSession()` to regen a new session. I've tested in an env of Mac koa^2.2.0 with redis store and cookie store. But not write any new code of test...

@dead-horse No, no, no, no, no. 1st, In real effect, I've tested, it's not OK, did not do regeneration, just clean the store of the correspond user session key, because...

@dead-horse How about this, set signal _requireRegenerate in session, and do it in commit as the same as save. And also added the same test module in cookie and external...

Why not fix this issue? Could someone give a comment? cause I found it's easy to do.

I found the same issue. And You can debug with breakpoint at that line where throw the exception, you will find And I checked , found the sails.service.passport did not...

I wanna this, too. as KOA2 published, we need it badly.

I forked it ,onto so-glad/swagger-node-runner, and rewrite some modules in the style of es2017.