Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into ch-add-makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyambati Thomas committed Nov 22, 2016
2 parents 42d037d + f1500ea commit 578e181
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[![Coverage Status](https://coveralls.io/repos/github/andela-thomas/express-acl/badge.svg?branch=develop)](https://coveralls.io/github/andela-thomas/express-acl?branch=develop)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/6cba987b85b84f11bb5ab0340388a556)](https://www.codacy.com/app/thomas-nyambati/express-acl)

<p align="center">
<img src="docs/express-acl.jpg">
</p>

Express Access Control Lists (express-acl) enable you to manage the requests made to your express server. It makes use of ACL rules to protect your sever from unauthorized access. ACLs defines which user groups are granted access and the type of access they have against a specified resource. When a request is received against a resource, `express-acl` checks the corresponding ACL policy to verify if the requester has the necessary access permissions.

##### What are ACL rules
Expand Down Expand Up @@ -186,7 +190,7 @@ This methods loads the configuration json file. When this method it looks for `n
rules: rulesArray
});

// When you use rules api, nacl will **not** to find the json/yaml file, so you can save your acl-rules with any Database;
// When you use rules api, nacl will **not** to find the json/yaml file, so you can save your acl-rules with any Database;

```

Expand Down
Binary file added docs/express-acl.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 578e181

Please sign in to comment.