I have written a python script which communicates with google docs api. But for its utility I want to develop a chrome extension. Chrome extension only supports html and javascript. So, I tried to host that application (which communicates with google docs API) using web.py. For that I need to take username and password from user. I got two option through web.py that is using form and using web.input(). But I am not sure which one is better to use from security point of view. For example using forms I can maintain a database but I dont want to do that. Please help me as I am new to this.
Regards, Madhvi -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to webpy@googlegroups.com. To unsubscribe from this group, send email to webpy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.