@robrothedev, cool thanks for the sample code. After looking how you structured things I was able to restructure my app and get things going!
I’m still wrapping my head around this framework but I think i was using the “invoking” method where you are using “container resolution” - if I read the docs correctly? (I’d like to see the same solution - that is calling $app from inside a class - with the invoking way just for comparison)
I’m curious about this line:
$request->getAttribute('loginError')
This SLIM docs are weak in this department… there seems to be no formal docs to just look up something.