softlayer / jumpgate

A simple library to make more clouds compatible with OpenStack.
http://softlayer.github.io/jumpgate/
MIT License
46 stars 29 forks source link

Adding token validation api for v3 identity api #155

Closed zhiyanliu closed 10 years ago

zhiyanliu commented 10 years ago

This change impleneted token valication api which is a major function as a part of v3 identity api, some upper layer components used this interface to validate v3 token.

An action handling function has been added which is used to handle the http request received on /v3/auth/tokens endpoint with GET method.

Signed-off-by: Zhi Yan Liu zhiyanl@cn.ibm.com

sudorandom commented 10 years ago

+1

underscorephil commented 10 years ago

LGTM