koa-session-mongoose icon indicating copy to clipboard operation
koa-session-mongoose copied to clipboard

Mongoose store for Koa sessions

Results 16 koa-session-mongoose issues
Sort by recently updated
recently updated
newest added

Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.3 to 1.1.6. Release notes Sourced from bson's releases. 1.1.6 The MongoDB Node.js team is pleased to announce version 1.1.6 of the bson module! The BSON library...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. Commits 6d19489 Mark release 7.1.1 793c0e5 More rigorously check surrogate pairs in regexp validator b5c1787 Fix incorrect comment in regexp parser 12ae8fe Parameterize dummy...

dependencies

This [check](https://github.com/mjbondra/koa-session-mongoose/blob/e8afc5b3a505f2327f544c933e7be02027f85b8c/lib/index.js#L30) prevents `renew` option from `koa-session` to work. The check assumes there are two valid reasons to update data, while there are [four](https://github.com/koajs/session/blob/622a2d803ff0d42ff1620e3c576b089b3725a65f/lib/context.js#L234): changed, rolling, force, renew. `koa-session` has...