Hello,
I'm reading through all the lovely code right now and I have noticed that the whole authentication is managed in the controller (Account).
Why isn't this just passed up to a service at the Application level? Because of this, we have to pull the Core assembly into the Web assemble.
I'm sure there is a good reason, (getting Owin service from the Http context?) but is there a way we can pull that apart too?
Thanks