controller
controller copied to clipboard
Readd session errors
Somewhat unhappy with the implementation, but this introduces some tests as well on which we can rely on to refactor this. Feel free to suggest improvements, maybe we could leverage Hanami::Action::Configuration here.
The configuration is already injected into the response object, we could take care to inject it into the request object as well.
Closes https://github.com/hanami/controller/issues/256
@tak1n Could you please rebase with main? 🙏
@jodosha done, also fixed remaining rubocop offenses.
Fixed in #395.