login_bare is so useful for accessing the database manually in mobile application, is there anyway to let the users to register the website via mobile application?
ex) register_bare(id,password) -> Save it in the database -> user is registered. I wasn't able to find how I should make this registration step for mobile app + web2py. Thank you --

