JMSSecurityExtraBundle icon indicating copy to clipboard operation
JMSSecurityExtraBundle copied to clipboard

Enhances the Symfony2 Security Component with several new features

Results 44 JMSSecurityExtraBundle issues
Sort by recently updated
recently updated
newest added

Since the DIExtraBundle breaks autowiring (since SF3.3) in some cases and is not strictly needed for the base functionality of the bundle, this PR removes the dependency on the DIExtraBundle.

It appears that when using multiple annotations on the same method, only the last one is taken into consideration. See the below example: ``` php /** * @Secure(roles="ROLE_USER") * @PreAuthorize("!hasRole('ROLE_EMAIL_VERIFIED')")...

Hi, Thank you for this bundle. Is it possible to make it work with php7.2 ? Tks PHP Fatal error: Cannot use JMS\\SecurityExtraBundle\\Security\\Util\\String as String because 'String' is a special...

Hi @schmittjoh Here is a minor change to some old documentation I was referring to this week. With the `security.context` service having been [deprecated](https://symfony.com/blog/new-in-symfony-2-6-security-component-improvements) in Symfony 2.6, this PR updates...

As `addClassesToCompile` is deprecated in Symfony, it should also be removed here. See https://github.com/symfony/symfony/issues/20668 for the discussion about deprecation. See https://github.com/doctrine/DoctrineBundle/pull/608 for a similar PR on DoctrineBundle. Fixes #218.

Used in JMSSecurityExtraBundle/DependencyInjection/SecurityExtension.php:92 BC compatible fix would be to enclose with ``if (\PHP_VERSION_ID < 70000) { ... }``

There's a pull Request https://github.com/schmittjoh/JMSSecurityExtraBundle/pull/222 seaming to fix this. However the last commit to the master of this repo was in 2016. Is there a maintained fork or a bundle...

Hi Thank you for your great work with this bundle and your contribution to the open source community. I have put the bundle through Sensiolabs Insights code scanning and just...

Hi Thank you for your great work with this bundle and your contribution to the open source community. I have put the bundle through Sensiolabs Insights code scanning and just...