Add context.Context Support to Additional Middlewares #3212
Open
Description
Based on the discussion in Issue #3175, we need to extend context support to other middlewares for consistency.
Middlewares to update:
- keyauth
- csrf
- session
This will ensure that relevant context can be passed through the context.Context
in these middlewares.
Requester: @ReneWerner87