summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino3-195/+163
2012-07-16Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino7-78/+358
2012-07-16Improve caching support and some of the navigations in the hosting environment.jsdelfino5-6/+6
2012-05-28Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino1-1/+1
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino4-7/+9
2012-04-09Enable administrative access using basic auth.jsdelfino2-2/+8
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino7-181/+232
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2-18/+18
2012-02-20Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff...jsdelfino2-2/+19
2012-01-16Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino3-6/+6
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2-0/+2
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino3-7/+16
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino3-70/+99
2011-11-14Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino4-11/+18
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2-6/+44
2011-08-06Make authentication work with wildcard domains and increase authentication co...jsdelfino5-8/+17
2011-06-28Port to Mac OS X 10.6.7.jsdelfino6-16/+23
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2-2/+2
2011-05-23Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino1-4/+3
2011-03-21Support authentication across wildcard domains.jsdelfino2-2/+2
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino2-9/+9
2011-01-17Use a common stylesheet in all samples.jsdelfino5-8/+56
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2-0/+6
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