Jason McNeil
Jason McNeil
### Bug Description ## Inconsistency in Session and CSRF Middleware Handling of Timeout and Expiration The current behaviour of both the session and CSRF middlewares introduces a notable inconsistency in...
## Issue Description The middleware in GoFiber sets string values to `ctx.Locals` using non-standardized default context keys, and since these defaults are non-zero values this forces their existence. This behavior...
gogearbox.com is a redirect to malware filled ads
Fixes context key collisions mentioned in issue https://github.com/gofiber/fiber/issues/2684 related to https://github.com/gofiber/fiber/pull/2781 BREAKING CHANGE Intended for v3
Task adds an attachment that would be available presumably from the REST API. But it would be handy to be able to get the scan results (of interest the summary...
This pull request updates the example to use Fiber v3.
fixes https://github.com/gofiber/fiber/pull/3049#issuecomment-2198323260
This pull request adds a mutex to the session middleware to ensure thread safety when accessing session data. The mutex is used to protect non-data fields and prevent race conditions....
# Feature: Re-write Session Middleware with Handler ## Summary This pull request introduces significant changes to the session middleware, enhancing its functionality and improving its robustness. The primary focus is...
## Known Issue ### Storage Adapter UPSERT Behavior There is an issue with the way Fiber's storage adapters handle setting keys. The current operation for setting a key is an...