server-tools/auth_from_http_remote_user
Stéphane Bidoul c2fec40d13 auth_http_remote_user: test if already authenticated based on login instead of uid
Avoids a database query unless authentication is actually required.
2014-08-05 09:24:50 +02:00
..
controllers auth_http_remote_user: test if already authenticated based on login instead of uid 2014-08-05 09:24:50 +02:00
tests [PEP8] line lenght is now ridiculous (80 chars) 2014-07-30 11:03:37 +02:00
__init__.py If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page) 2014-08-04 16:42:02 +02:00
__openerp__.py If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page) 2014-08-04 16:42:02 +02:00
model.py If HTTP_REMOTE_USER is in the request headers and no corresponding user is found in odoo always issues Unauthorized (avoid redirect to the login page) 2014-08-04 16:42:02 +02:00
res_users.py [PEP8] line lenght is now ridiculous (80 chars) 2014-07-30 11:03:37 +02:00
utils.py [ADD] This module initialize the session by looking for the field HTTP_REMOTE_USER in the HEADER of the HTTP request and trying^Co bind the given value to a user 2014-07-25 16:42:26 +02:00