[web2py] login_bare() blows up on GAE

2010-06-21 Thread NickFranceschina
I'm not sure what I'm doing wrong... I've built a JSON service on top of Web2py that uses Auth.login_bare() to authenticate via AJAX... my auth_user table looked like this (standard): auth.settings.table_user = db.define_table('auth_user', Field('first_name', length=512,default='', require

[web2py] login_bare() blows up on GAE

2010-06-21 Thread NickFranceschina
I'm not sure what I'm doing wrong... I've built a JSON service on top of Web2py that uses Auth.login_bare() to authenticate via AJAX... my auth_user table looked like this (standard): auth.settings.table_user = db.define_table('auth_user', Field('first_name', length=512,default='', require