hasgeek / nodular

Reusable content objects for HasGeek apps
http://nodular.readthedocs.org/
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Publisher should support permission checking #4

Closed jace closed 11 years ago

jace commented 11 years ago

NodeView.route() should accept accept a permission parameter and NodePublisher.publish should check for permission before calling the dispatcher.

jace commented 11 years ago

Fixed with a new requires_permission decorator.