Factlink / pavlov

Provides a Command/Query/Interactor framework.
MIT License
22 stars 4 forks source link

Validate, authenticate and authorize in execute #23

Closed tomdev closed 11 years ago

coveralls commented 11 years ago

Coverage Status

Coverage increased (+0%) when pulling 81ceac04c011949cc7fc2b04642ac9ce0d3aa16d on jjoos:feature/do_everything_in_execute into 0b4bd6af62c4210b4c9b7187eb82b3780c755213 on Factlink:master.

marten commented 11 years ago

@tomdev Could you explain what the authentication check would be used for? I find it difficult to imagine how you would use this to move authentication from the controller into the interactors, especially since authentication is usually done at the middleware level.

marten commented 11 years ago

Could you rebase this on https://github.com/Factlink/pavlov/tree/feature/new-api-proposal?