keystone/keystone/oauth1
Dave Chen b26200beb8 Remove the redundant verification in OAuth1 authorization
The code verify the assignment filtered by `user_id` after
verifying the assignment filtered by `user_id` and `project_id`.

The latter should be a subset of the former.

Change-Id: I056f543a1dfbd0ad8965cdd37bb986a665711ab7
2016-07-31 17:08:24 +08:00
..
backends Move the oauth1 abstract base class out of core 2016-05-16 18:44:12 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Remove the redundant verification in OAuth1 authorization 2016-07-31 17:08:24 +08:00
core.py Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
routers.py Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
schema.py Add schema for OAuth1 consumer API 2016-02-02 14:12:53 +08:00
validator.py Move the oauth1 abstract base class out of core 2016-05-16 18:44:12 +00:00