ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

CommandSecurityProxies should not be included in Bifrost/Application #45

Closed bnordli closed 8 years ago

bnordli commented 8 years ago

CommandSecurityProxies is included in Bifrost/Application (generated once per application by GeneratedProxies). But the security values are different for each user, and should not be included here.

Clients should use Bifrost/Security to retrieve the CommandSecurityContexts.

andersnygaard commented 8 years ago

Resolved with pull request #46