Changeset 8256 for trunk/ndg_oauth/ndg_oauth_server
- Timestamp:
- 05/11/12 10:54:44 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ndg_oauth/ndg_oauth_server/setup.py
r8255 r8256 26 26 ----- 27 27 * Revised examples in ndg.oauth.client.examples. bearer_tok uses bearer token 28 to secure access to a simple html page on a resource server, slcs is an example 29 protecting a short-lived credential service aka. Online Certificate Authority. 30 This requires the ContrailOnlineCAService package and should be used in 31 conjunction with the equivalent example in the ndg_oauth_client example. 28 to secure access to a simple html page on a resource server, slcs is an 29 example protecting a short-lived credential service aka. Online Certificate 30 Authority. This requires the ContrailOnlineCAService package and should be 31 used in conjunction with the equivalent example in the ndg_oauth_client 32 example. 32 33 * Added discrete WSGI resource server middleware 33 ndg.oauth.server.wsgi.resource_server.Oauth2ResourceServerMiddleware34 ndg.oauth.server.wsgi.resource_server.Oauth2ResourceServerMiddleware 34 35 * Includes support for bearer access token passed in Authorization header to 35 resource server.36 resource server. 36 37 37 38 Prerequisites
Note: See TracChangeset
for help on using the changeset viewer.