api-platform / api-platform/core
Multiple Security Options
Open
- Dominant language
- PHP
- Stars
- 2.6k
- Forks
- 980
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 49
Description
**API Platform version(s) affected**: 2.5.6
**Description**
We need to use multiple "Custom Permission Checks Using Voters" with their specific error messages. Say we want to use voters to check "active users" and "subscribed users", providing corresponding error messages to let the clients know what was the problem.
**How to reproduce**
Try to use more than one "security / security_post_denormalize" and "security_message" for an opreation.
**Possible Solution**
Change "security / security_post_denormalize" and "security_message" keys to somthing which accepts array.
Contributor guide
Assessment
This issue has not been assessed yet.