fiber/middleware/session
dependabot[bot] 02999352cd
build(deps): bump github.com/valyala/fasthttp from 1.57.0 to 1.58.0 (#3244)
* build(deps): bump github.com/valyala/fasthttp from 1.57.0 to 1.58.0

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.57.0 to 1.58.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Cookies should expire immediately as per RFC6265

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Juan Calderon-Perez <jgcalderonperez@protonmail.com>
Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2024-12-16 09:03:57 +01:00
..
config.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
config_test.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
data.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
data_msgp.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
data_msgp_test.go chore: Add support for go1.23 and golangci-lint v1.60.1 (#3101) 2024-08-14 09:14:04 +02:00
data_test.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
middleware.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
middleware_test.go build(deps): bump github.com/valyala/fasthttp from 1.57.0 to 1.58.0 (#3244) 2024-12-16 09:03:57 +01:00
session.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
session_test.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
store.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00
store_test.go feat!(middleware/session): re-write session middleware with handler (#3016) 2024-10-25 08:36:30 +02:00