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
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
2 matches
Mail list logo