summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of login session expiration and incorrect caching of login redir...jsdelfino2013-08-265-38/+50
* Refactoring, rename isNil to isNull.jsdelfino2013-01-032-61/+61
* Minor changes to server config scripts to get auth and session management to ...jsdelfino2013-01-032-2/+2
* Improve handling of nested lists, trees, null and floating point values.jsdelfino2013-01-032-30/+30
* More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino2012-12-113-195/+163
* Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino2012-07-167-78/+358
* Improve caching support and some of the navigations in the hosting environment.jsdelfino2012-07-165-6/+6
* Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ...jsdelfino2012-05-281-1/+1
* Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino2012-05-284-7/+9
* Enable administrative access using basic auth.jsdelfino2012-04-092-2/+8
* Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino2012-04-027-181/+232
* Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino2012-02-202-18/+18
* Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use diff...jsdelfino2012-02-202-2/+19
* Fix error with logging command in memcached and sqldb start / stop scripts. A...jsdelfino2012-01-163-6/+6
* Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino2011-12-232-0/+2
* Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino2011-12-183-7/+16
* Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino2011-11-213-70/+99
* Change authentication scheme from Form based auth to OpenID + OAuth.jsdelfino2011-11-144-11/+18
* Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino2011-08-282-6/+44
* Make authentication work with wildcard domains and increase authentication co...jsdelfino2011-08-065-8/+17
* Port to Mac OS X 10.6.7.jsdelfino2011-06-286-16/+23
* Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino2011-05-232-2/+2
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-231-4/+3
* Support authentication across wildcard domains.jsdelfino2011-03-212-2/+2
* Correctly pass query strings through component wiring redirects and improve f...jsdelfino2011-02-262-9/+9
* Use a common stylesheet in all samples.jsdelfino2011-01-175-8/+56
* Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino2011-01-092-0/+6
* Refactor some of the Javascript scripts to use a different namespace per script.jsdelfino2010-12-121-2/+2
* Move JavaScript eval functions to the js module.jsdelfino2010-12-081-2/+2
* Create a js module for client side javascripts. Move client component script ...jsdelfino2010-12-061-1/+1
* Add scripts to support 'Require valid-user' and 'Require group' authz configu...jsdelfino2010-12-032-0/+14
* Reset auth cookie before re-auth in login page.jsdelfino2010-12-032-0/+6
* Use different servers for cert-based and password-based auth and use event MP...jsdelfino2010-11-281-1/+5
* Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino2010-11-139-209/+92
* Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino2010-11-0313-50/+102
* Simplify Javascript component reference API a bit. Rename tuscany-ref.js to r...jsdelfino2010-10-271-3/+3
* Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino2010-09-1915-189/+967
* Add some error checking to the OAuth support.jsdelfino2010-09-081-7/+40
* Enable OAuth and OpenID to be used together in the same app. Add a few OpenID...jsdelfino2010-09-064-14/+235
* Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino2010-09-0613-0/+896