gin-contrib / sessions

Gin middleware for session management
MIT License
1.44k stars 194 forks source link

Fixed `mongodriver` TTL integer overflow by bumping `mongostore` package #259

Open bramvbilsen opened 8 months ago

bramvbilsen commented 8 months ago

Bumped mongostore for the mongodriver package to fix the TTL index issue (https://github.com/gin-contrib/sessions/issues/258)

The package was previously called github.com/bos-hieu/mongostore, however.. Navigating to https://github.com/bos-hieu/mongostore now leads to https://github.com/laziness-coders/mongostore This instructs to now use go get github.com/laziness-coders/mongostore. Hence the change in the package's path.

All tests for the mongodriver package continue to work as expected with this bump.