echo-session
echo-session copied to clipboard
Package echo-session is a middleware that provides session support for echo.
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190626221950-04f50cda93cb to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190701094942-4def268fd1a4 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190628185345-da137c7871d7 to 0.7.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.1.6 to 4.9.0. Release notes Sourced from github.com/labstack/echo/v4's releases. v4.9.0 Security Fix open redirect vulnerability in handlers serving static directories (e.Static, e.StaticFs, echo.StaticDirectoryHandler) #2260 Enhancements Allow configuring...
## Background The `github.com/Ipfans/echo-session` uses [Go modules](https://github.com/golang/go/wiki/Modules) and the current release version is `v4`. And it’s module path is `"github.com/Ipfans/echo-session"`, instead of `"github.com/Ipfans/echo-session/v4"`. It must comply with the specification of...
According to your documentation: * MaxAge=0 means no 'Max-Age' attribute specified. However, the dependency `boj/redistore` breaks this ability in the commit referenced here: https://github.com/boj/redistore/commit/715bb322255772642fde27cc4a31e1d0089086c5 This is a basic part of...
This is a bug https://github.com/gorilla/sessions/issues/122 from upstream. It will be fix in future version of `github.com/gorilla/sessions`. It will be fix in new `v4.0.0`