connexion
connexion copied to clipboard
Inject current request in security handlers
Fixes #1881 Fixes #1880 Fixes #1876
Alternative to #1750
This PR makes the current request available to the security handlers by injecting it as a keyword. I think this is a proper alternative to #1750, since this is the only place in the default middleware stack where I expect this to be needed.