summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/oauth/mod-oauth2.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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