-
Notifications
You must be signed in to change notification settings - Fork 51
CONTRIBUTIONS
Contributions to these project can be made in the following capacity:
- New feature suggestions
- Bug Fixes
- Documentations
- Blogs
The philosophy behind this project is to make ACL management in Express based projects as easy as possible. It is my believe that no man can exhaust all ideas to solving a problem. That's why new Ideas to make this project awesome.
New contribution requests can be made through adding Issues. Our team will look into the viability of the idea and how that fits the overall goal of this project. You may be required to answer few questions before your idea is added to our backlog. We use ZenHub to manage this project, therefore we recommend you install it to get access to our boards.
#### {type}-{issue title}
#### {type} definition(provide screenshots if possible)
#### Proposed solutions(if any)
Feature-Add custom error message
We should be able to add customised error message when a user is denied access to a resource. This will make it provide consistency in messages sent to the client.
Add a second parameter to the config method which holds the custom message as an object.
acl.config(configObject, {
status:"UNAUTHORISED ACCESS"
message: "YOU ARE NOT ALLOWED TO ACCESS THIS RESOURCE, CONTACT ADMIN FOR CLEARANCE"
});
- Feature
- Bug
- Inquiry
- Documentation
- Blogs
If you have no suggestions or ideas to add, you can pick any open issue from our project and start tinkering. I would recommend though you make you intentions known by commenting and asking questions to avoid two people working on the same issue.
©copyright No one cares.....