JMSSecurityExtraBundle
JMSSecurityExtraBundle copied to clipboard
Enhances the Symfony2 Security Component with several new features
I was getting this error after updating to master today [Semantical Error] The annotation "@RunAs" in class JMS\SecurityExtraBundle \Security\Authorization\Voter\IddqdVoter was never imported. Did you maybe forget to add a "use"...
`$reflection` is undefined, should probably be `$this->refection`. Hence this PR.
When do a composer update, I am getting the following error message: ``` [Symfony\Component\Debug\Exception\ContextErrorException] Notice: Undefined index: access in D:\dev\my_SF2project\vendor\jms\security-extra-bundle\JMS\SecurityExtraBundle\DependencyInjection\SecurityExtension.php line 109 ``` I am running on a Windows 7...
Hi, I had a cache problem with this bundle in dev environment. When I mark a file with @Secure annotation, every\* next change to the file has no effect (when...
hi, I use this (amazing) bundle (1.6.1) with - Symfony 3.1 - FOSUserBundle - JMSI18nRoutingBundle - JMSTranslationBundle Everything works when I'm logged and try to access to login page. (403...
The last version in the changelog is 1.4 but we're up to 1.6.1 now.
I am cleaning up several peaces of my application and I am trying to move from having the @ PreAuthorize annotation to use the YML method.. I have the following...
Request: Would it be possible to change the access rights in AnnotationDriver from private to protected, this would allow for the easier extending of the class so that you could...
`RuntimeException: Unresolved security metadata conflict for method "Trim\Bundle\AnalyticsBundle\Controller\OverviewController::trafficByCountryMapAction" in "/home/sergey/public_html/trim/src/Trim/Bundle/TrimBundle/Controller/OverviewController.php". Please copy the respective annotations, and add @SatisfiesParentSecurityPolicy to the child method.` My parent method is: ``` php /** *...