Changes between Version 70 and Version 71 of BluePrintAuthenticationAccess


Ignore:
Timestamp:
06/19/10 10:16:01 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthenticationAccess

    v70 v71  
    1919We can also use [http://recaptcha.net Recaptcha].
    2020
    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/
     21We 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/
    2427 * https://rpxnow.com/
    2528  * Web2Py implementation that works alongside local users: http://www.web2pyslices.com/main/slices/take_slice/28
    2629 * We should be compatible with [http://bitbucket.org/javarosa/javarosa/wiki/AuthorizationAPI OpenRosa]
     30 * Facebook: http://wiki.github.com/jonromero/fbconnect-web2py/
    2731== Authorization ==
    2832We want to be able to provide a simple way of setting the overall security policy - allowing for flexible deployment options.