4315ea4316ce5198eddf936ab2d894cf1e719683
After refactoring _reject_request is now only consumed from one place so it doesn't save any code and the function documentation is wrong. Move it inline which is easier to read anyway. Change-Id: I9acf3fb213f1b585f4c800ffa3e3ccb0d9f8f774
Middleware for the OpenStack Identity API (Keystone)
This package contains middleware modules designed to provide
authentication and authorization features to web services other than
Keystone
<https://github.com/openstack/keystone>. The most prominent
module is keystonemiddleware.auth_token. This package does
not expose any CLI or Python API features.
For information on contributing, see
CONTRIBUTING.rst.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/keystonemiddleware
- Source: http://git.openstack.org/cgit/openstack/keystonemiddleware
- Bugs: http://bugs.launchpad.net/keystonemiddleware
For any other information, refer to the parent project, Keystone:
Description