Latest Version: 0.9.6.2
  Dashboard > Pylons Cookbook > Home > Authentication and Authorization
  Pylons Cookbook Log In | Sign Up   View a printable version of the current page.  
  Authentication and Authorization
Added by Graham Higgins, last edited by Mike Orr on Nov 24, 2008  (view change)
Labels: 

This section contains tutorials about how to implement authentication and authorization in a Pylons app. Authentication refers specifically to ascertaining who the current user is and providing a login screen. Authorization refers to how you use this information; e.g., selectively denying access to parts of the site depending on who the user is, or redirecting to the authentication code if the user is not logged in. The abbreviation auth is used to refer to both authentication and authorization.

Pylons does not have a built-in auth system, but several third-party packages are available including AuthKit and repoze.who. There are also tutorials here for building your own auth system from scratch.

Site running on a free Atlassian Confluence Open Source Project License granted to Pylons. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3.3 Build:#645 Feb 13, 2007) - Bug/feature request - Contact Administrators
Top