Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-keystoneclient/+spec/keystoneclient-auth-token. Description: Currently the auth_token middleware uses httplib to talk directly to the keystone APIs to do token validation. All the functionality that is used here should be accessible to everyone and so we should move this into the keystoneclient and make auth_token use keystoneclient to do its validation. Specification URL (additional information): None