1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-22 11:33:39 +00:00

16 Commits

Author SHA1 Message Date
Muhammed Efe Çetin
1188144d78
🎉 v3: init 2022-05-31 17:35:49 +03:00
Abhishek Mehandiratta
68fcd8c88f
Feature: Session Only Cookies (#1752)
* 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
2022-02-07 13:35:00 +01:00
Jason McNeil
af6b204e50
CookieSameSite default "Lax" (#1640) 2021-12-02 07:41:44 +01:00
iRedMail
078b6e295a
Fix comment in middleware/csrf/config.go 2021-03-20 12:58:08 +08:00
hi019
86e43593cd CSRF MW Restructuring 2021-03-01 16:25:32 -05:00
hinoguma
1ad5a618cb make default handler to private. fix testcase for invalid token and empty token. 2021-01-23 12:39:27 +09:00
hinoguma
19e6a4429d add custom error func for csrf middleware 2021-01-23 03:45:47 +09:00
amalshaji
86f258c4ae fixed cookie error in csrf.go 2020-12-10 10:45:21 +05:30
Fenny
6338ce855c 🩹 fix csrf test 2020-11-14 03:09:53 +01:00
Fenny
6b48509ce9 update cookie config fields 2020-11-14 00:45:55 +01:00
Fenny
558d802cdd 🩹 Fix expiration check 2020-11-13 18:34:01 +01:00
Fenny
ce897c0b66 🩹 fix tests 2020-11-11 18:34:46 +01:00
Fenny
66ee4de7d8 🕊 rename token to key 2020-11-11 18:19:53 +01:00
Fenny
1bd7b1b15b ✏ fix typo 2020-11-11 16:41:26 +01:00
Fenny
2b0f65c5d2 ✏ update readme 2020-11-11 15:57:38 +01:00
Fenny
053dfd383d 🩹 fix crsf middleware 2020-11-11 15:25:35 +01:00