You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am missing pre and post actions for the controllers. E.g for authentication checks before the action got called. Running pre actions in the constructor of the controller mostly won't work because the request object is not accessible/created then.
Are you interested in a pull request?
The text was updated successfully, but these errors were encountered:
Is that an official feature in Slim? I don't want to add a custom feature in the bridge, but I'm ok merging it if it's an official feature that we are missing.
I am missing pre and post actions for the controllers. E.g for authentication checks before the action got called. Running pre actions in the constructor of the controller mostly won't work because the request object is not accessible/created then.
Are you interested in a pull request?
The text was updated successfully, but these errors were encountered: