WikiStart » History » Version 5
Joshua Drake, 10/04/2010 10:28 AM
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 | 5 | Joshua Drake | You can find slides of a presentation on Vertically Challenged here: https://public.commandprompt.com/attachments/download/200/Vertically_Challenged.pdf |
12 | |||
13 | 4 | Aurynn Shaw | h2. Download |
14 | |||
15 | You can get Vertically Challenged from one of two locations. Firstly, you can check the code out from our Subversion repository at: |
||
16 | <pre> |
||
17 | $ svn co https://projects.commandprompt.com/public/verticallychallenged/repo |
||
18 | </pre> |
||
19 | |||
20 | Secondly, all of Command Prompt's public projects are now available on "GitHub":http://github.com/, and can be cloned via: |
||
21 | <pre> |
||
22 | $ git clone git://github.com/commandprompt/Vertically-Challenged.git |
||
23 | </pre> |
||
24 | |||
25 | We take all pull requests seriously, and will review every one. And if you're interested in contributing, please, join the mailing list, at: |
||
26 | * "verticallychallenged@lists.commandprompt.com":https://lists.commandprompt.com/mailman/listinfo/verticallychallenged |