WikiStart » History » Version 4
Aurynn Shaw, 07/23/2010 02:09 PM
1 | 1 | h1. Vertically Challenged Wiki |
|
---|---|---|---|
2 | 4 | Aurynn Shaw | |
3 | h2. What? |
||
4 | |||
5 | VerticallyChallenged is a plugin and database functionality available for repoze.who to handle AuthZ based on PostgreSQL's existing role system. By utilizing the Databases' role system instead of a custom, application-level roles implementation. |
||
6 | |||
7 | This helps to solidify data access rules, and helps to prevent applications from unexpected or unanticipated data modification or view events. |
||
8 | |||
9 | h2. Usage |
||
10 | |||
11 | h2. Download |
||
12 | |||
13 | You can get Vertically Challenged from one of two locations. Firstly, you can check the code out from our Subversion repository at: |
||
14 | <pre> |
||
15 | $ svn co https://projects.commandprompt.com/public/verticallychallenged/repo |
||
16 | </pre> |
||
17 | |||
18 | Secondly, all of Command Prompt's public projects are now available on "GitHub":http://github.com/, and can be cloned via: |
||
19 | <pre> |
||
20 | $ git clone git://github.com/commandprompt/Vertically-Challenged.git |
||
21 | </pre> |
||
22 | |||
23 | We take all pull requests seriously, and will review every one. And if you're interested in contributing, please, join the mailing list, at: |
||
24 | * "verticallychallenged@lists.commandprompt.com":https://lists.commandprompt.com/mailman/listinfo/verticallychallenged |