Let me add that RPX is integrated with the web2py Role Based Access
Control. You can still create groups and permissions locally using the
web2py appadmin. Works on GAE.

On 17 Lug, 10:18, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Changelog compared to 1.80.*
>
> - Usual bug-fixes.
>
> - curd forms work with .load now.
>
> - New welcome app with better look, superfish menu and jQuery 1.4.2
>
> - Increased security. It means you can place {{=....}} inside tag
> attributes without worry about injections. Thanks Craig Youkins
>
> - Last but not least we have incorporate code from Mr Freeze RPX slice
> into web2py core.
>
> You now find these lines in welcome/models/db.py
>
> # from gluon.contrib.login_methods.rpx_account import
> RPXAccount
> #
> auth.settings.actions_disabled=['register','change_password','request_reset_password']
> # auth.settings.login_form = RPXAccount(request,
> api_key='...',domain='...',  url = '...')
>
> uncomment them, register (for free) with janrain.com (rpxow.com) and
> fill-in api_key, domain, and url (your complete exposed login url).
>
> You can add those 3 lines to any existing app.
>
> They allow your users to login in your web2py app with any of the
> janrain supported backends: facebook google, myscape, twitter,
> linkedin, etc. They require no hacking, and no additional modules.
>
> It should work on GAE too but I did not try. If you try please report
> here.
>
> Please report any issue with 1.81.4
>
> Massimo

Reply via email to