Skip to content

Commit

Permalink
Update README.textile
Browse files Browse the repository at this point in the history
Clarified this is for Play 1
  • Loading branch information
schaloner committed Jan 9, 2015
1 parent adde4d0 commit 8a3a3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
@@ -1,6 +1,6 @@
h1. Deadbolt

Deadbolt is an authorisation mechanism for defining access rights to certain controller methods or parts of a view using a simple AND/OR/NOT syntax. It is based on the original Secure module that comes with the Play! framework.
Deadbolt is an authorisation mechanism for the Play 1 framework for defining access rights to certain controller methods or parts of a view using a simple AND/OR/NOT syntax. It is based on the original Secure module that comes with the Play! framework.

Note that Deadbolt doesn't provide authentication! You can still use the existing Secure module alongside Deadbolt to provide authentication, and in cases where authentication is handled outside your app you can just hook up the authorisation mechanism to whatever auth system is used.

Expand All @@ -11,4 +11,4 @@ h2. Features
* Define access at the class, method or view level
* Define permissions at the database level, allowing you change them instantly without redeploying
* Define restricted resources at the class, method or view level and control access to them on an artibrarily fine-grained level. You can also drop back to other restrictions to allow specific and general cases in the same combination.
* Combine all of the above to get the best fit for your application
* Combine all of the above to get the best fit for your application

0 comments on commit 8a3a3f6

Please sign in to comment.