Changes between Version 70 and Version 71 of BluePrintAuthenticationAccess
- Timestamp:
- 06/19/10 10:16:01 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v70 v71 19 19 We can also use [http://recaptcha.net Recaptcha]. 20 20 21 We can easily add support for OpenID (like Sahana2 & Launchpad): 22 * Web2Py implementation: http://groups.google.com/group/web2py/browse_thread/thread/8d13546b902409a9 23 * http://openidenabled.com/python-openid/ 21 We can easily add support for other systems: 22 * OpenID (like Sahana2 & Launchpad): 23 * Web2Py implementation: 24 * http://bitbucket.org/bottiger/web2py-openid/ 25 * http://groups.google.com/group/web2py/browse_thread/thread/8d13546b902409a9 26 * http://openidenabled.com/python-openid/ 24 27 * https://rpxnow.com/ 25 28 * Web2Py implementation that works alongside local users: http://www.web2pyslices.com/main/slices/take_slice/28 26 29 * We should be compatible with [http://bitbucket.org/javarosa/javarosa/wiki/AuthorizationAPI OpenRosa] 30 * Facebook: http://wiki.github.com/jonromero/fbconnect-web2py/ 27 31 == Authorization == 28 32 We want to be able to provide a simple way of setting the overall security policy - allowing for flexible deployment options.