summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-12Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino1-2/+2
2010-12-08Move JavaScript eval functions to the js module.jsdelfino1-2/+2
2010-12-06Create a js module for client side javascripts. Move client component script ...jsdelfino1-1/+1
2010-12-03Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino2-0/+14
2010-12-03Reset auth cookie before re-auth in login page.jsdelfino2-0/+6
2010-11-28Use different servers for cert-based and password-based auth and use event MP...jsdelfino1-1/+5
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino9-209/+92
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino13-50/+102
2010-10-27Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino1-3/+3
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino15-189/+967
2010-09-08Add some error checking to the OAuth support.jsdelfino1-7/+40
2010-09-06Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...jsdelfino4-14/+235
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino13-0/+896