oauth10a_account.py
basic_auth.py
cas_auth.py
oauth20_account.py
email_auth.py
extended_login_form.py
openid_auth.py
gae_google_account.py
pam_auth.py
ldap_auth.py
rpx_account.py
linkedin_account.py
I recommend rpx_account.py which provides Janrain integration.
If you use the wizard (here in demo mode only: http://web2py.com/demo_admin/wizard) it will configure Janrain for you and create an app that runs on GAE.
massimo
the code is here:
http://code.google.com/p/web2py/source/browse/#hg/gluon/contrib/login_methods
They should all run on GAE and/or any of the supported RDBMs. They all run on top of the web2py database abstraction layer.
I am the lead developer for web2py.
Massimo
Thanks. I can start implement auth with gae-sesions library. After few hours I commit changes to repository. Thank you for link to this library!
Can you provide information about how to login to facebook. If available - can you show full code for study. I want to understand how to implement flexible way for users to extend auth providers easier.
What I see is that django projects use manage.py and urls.py which
default GAE doesn't and we currently don't.
Best regards,
Niklas
GAE framework is not Django. We have build our own ideas. But, now we contuinue using Django Templates and Django Forms only. All other pieces of code - writed by GAE framework team.
ERROR 2010-12-12 22:18:29,317 webapp.py:52] Not found
'user_logout.controllers.user'
INFO 2010-12-12 22:18:29,318 recording.py:327] Saved; key:
__appstats__:009300, part: 31 bytes, full: 1072 bytes, overhead: 0.000
+ 0.001; link: http://localhost:8080/stats/details?time=1292192309316
INFO 2010-12-12 22:18:29,336 dev_appserver.py:3317] "GET
/user/logout HTTP/1.1" 404 -
I wonder whether user_logout.controllers.user' is implemented? We also
can add the JQuery and OpenID parts here or await further updates. 2
projects I've failed with Django forms so far is form validation and
form preview I tried with djangoforms.ModelForm.
Cheers!
Niklas
Thank you Anton for great work! I will deploy latest SVN version + ideas ASAP. Best regards. /Niklas
Yes Anton, towards the user it's quite easy. I research the twitter part this week and i deployed a working example with facebook login (http://www.koolbusiness.com/fblogin) and will integrate the relevant parts to my local version of gae framework this week and review with you that both views and functions towards user go well and that you approve the code. Ill report back soon when i deployed the twitter part + encrypt own passwords. Thanks!