summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth/mod-oauth2.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-26Fix handling of login session expiration and incorrect caching of login redir...jsdelfino1-8/+14
2013-01-03Refactoring, rename isNil to isNull.jsdelfino1-26/+26
2013-01-03Improve handling of nested lists, trees, null and floating point values.jsdelfino1-14/+14
2012-12-11More changes to port to C++11, adjust to use the new JSON support, and cleanu...jsdelfino1-91/+76
2012-07-16Add an HTTPD auth provider allowing the authentication logic to be implemente...jsdelfino1-31/+110
2012-05-28Improve error reporting with a reason code. Improve debug and audit logging. ...jsdelfino1-3/+3
2012-04-09Enable administrative access using basic auth.jsdelfino1-1/+4
2012-04-02Support multiple Auth modules in a single server or proxy config. Minor fixes...jsdelfino1-53/+70
2012-02-20Optimize server modules a bit. Pass individual config elements instead of the...jsdelfino1-9/+9
2011-12-23Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...jsdelfino1-0/+1
2011-12-18Add ability to configure an HTTPS proxy with load balancing over a set of HTT...jsdelfino1-2/+2
2011-11-21Improvements to the auth implementation. Refactor logout page, handle auth re...jsdelfino1-30/+39
2011-08-28Implement a portable alternative to __thread and get the HTTP and SQLDB compo...jsdelfino1-4/+23
2011-08-06Make authentication work with wildcard domains and increase authentication co...jsdelfino1-1/+2
2011-05-23Support cookies over outgoing HTTP calls and a shorter component URL addressi...jsdelfino1-1/+1
2011-03-21Support authentication across wildcard domains.jsdelfino1-1/+1
2011-02-26Correctly pass query strings through component wiring redirects and improve f...jsdelfino1-5/+5
2011-01-09Fix memory leak in Python runtime integration. Reduce memory consumption of d...jsdelfino1-0/+3
2010-11-13Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2...jsdelfino1-36/+34
2010-11-03Improvements to OAuth and OpenID modules. Store client app in an environment ...jsdelfino1-3/+17
2010-09-19Improvements to the oauth module and support for oauth 1.0a using liboauth.jsdelfino1-123/+84
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...jsdelfino1-9/+20
2010-09-06Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...jsdelfino1-0/+415