You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #61504 [SecurityHttp] Removes final keyword from IsGranted attribute (crtl)
This PR was squashed before being merged into the 7.4 branch.
Discussion
----------
[SecurityHttp] Removes final keyword from IsGranted attribute
| Q | A
| ------------- | ---
| Branch? | 7.4
| Bug fix? | no
| New feature? | yes
| Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
| Issues | Fix#60896
| License | MIT
Often times the same set of rules is reused many times across a project making it tedious having to manually add the attributes with their specific configuration.
Making `#[IsGranted]` non `final` allows developers to implement custom attributes like `#[IsAdmin]` etc. in their projects.
Commits
-------
3392f34 [SecurityHttp] Removes final keyword from IsGranted attribute
0 commit comments