close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 6 and Version 7 of ConfigOptions


Ignore:
Timestamp:
Aug 22, 2008, 10:22:57 PM (16 years ago)
Author:
cmlenz
Comment:

Add new auth options

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v6 v7  
    22
    33Various configuration options can be set to influence how various subsystems in the framework go about their work. Setting these options is done by passing them into the `Application` constructor as keyword arguments, or by setting the values in the `app.config` dictionary.
     4
     5== Authentication ==
     6
     7 `auth_secret`:: A secret key to be used for the encryption of authentication cookies. Required for cookie-based authentication.
     8 `auth_ticket_ignoreip`:: Whether the IP address of the remote user should be ignored. Taking the IP address into account can be problematic for users behind proxies that make their requests appear to be coming from different addresses.
     9 `auth_ticket_timeout`:: The time until an authentication cookie expires, in minutes.
    410
    511== Email ==