Add configurable default http auth header

This commit is contained in:
Matt Wright
2012-07-12 13:24:59 -04:00
parent 2e9c62b4f8
commit a2d31d1d8d
2 changed files with 17 additions and 10 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ _default_config = {
'TOKEN_AUTHENTICATION_HEADER': 'X-Auth-Token',
'CONFIRM_SALT': 'confirm-salt',
'RESET_SALT': 'reset-salt',
'AUTH_SALT': 'auth-salt'
'AUTH_SALT': 'auth-salt',
'DEFAULT_HTTP_AUTH_HEADER': 'Basic realm="Login Required"'
}