Support for Dynamic verification of request
This release supports the dynamic verification of requests. Any attribute of the form,
verify_<attribute_name> will be validated against <attribute_name>
For example, if the request is as mentioned below:
{
"subject": {
"id": "123",
"department": "HR",
"verify_department": "HR"
},
"action": {
"id": "read"
}
}
Then in the above request, the value of "verify_department" will be validated against "department".