Jason McNeil

Results 10 issues of 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...

☢️ Bug
v3

## 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...

🧹 Updates
❗ BreakingChange
📝 Proposal

gogearbox.com is a redirect to malware filled ads

wontfix

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

☢️ Bug
❗ BreakingChange
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.

✏️ Feature

fixes https://github.com/gofiber/fiber/pull/3049#issuecomment-2198323260

SessionMW
v3

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....

☢️ Bug
SessionMW
v2

# 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...

SessionMW
✏️ Feature
v3

## 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...