mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-01 13:16:18 +00:00
* feat(ctx): add SessionOnly property on Cookie struct * feat(middleware/config): add CookieSessionOnly property on middleware Config struct * feat(csrf): link config CookieSessionOnly with fiber.Cookie in create middleware function * fix(ctx_test): add tests for SessionOnly cookie in test_ctx_cookie * fix(readme): update readme in csrf middleware for CookieSessionOnly property * remove deprecated property from CookieSessionOnly explaination comments