tonydspaniard / yiinitializr-advanced

Yii Framework project structure boilerplate for advanced application requirements
67 stars 30 forks source link

Forbid wrong signature request instead of ignoring #26

Closed PatchRanger closed 9 years ago

PatchRanger commented 10 years ago

Access rule must restrict access in case if signature is wrong - not just silently ignore.

Also it could be worth looking forward to CAccessRule::isUserAllowed() for better re-usage.