[Cppcms-users] rbac and url
Brought to you by:
artyom-beilis
From: mawan s. <ma...@gm...> - 2015-10-08 10:43:14
|
Dear All I want to build Role Base Action Control. In classic web, they use url action (like handler in cppcms), and then control to user can or cannot do the action. The problem I saw the source of cppcms use urldispatch::dispatch to run handler. Is there any method that before url dispatched , it is not run the handler. So i can control that user can run in next process or not based on information during mapping url. Thankyou Mawan |