mirror of
https://github.com/gofiber/fiber.git
synced 2025-07-08 19:48:33 +00:00
* expire cookie on Post, Delete, Patch and Put Cookie should always expire on Post, Delete, Patch and Put as it is either valid and will be removed from storage, or is not in storage and invalid * token and cookie match * retrigger checks * csrf tests * csrf per session strategy