What is the best way to design a GAE application so that I can:
- Have the customer account setup between my customer and Google - Protect my source code from customer access or viewing - Shut off access if the customer is behind in paying a license fee. I am developing an application that will let individual truck transportation brokers control the tracking and billing of their client’s shipments. I would like to use Google App Engine for the front and back ends. For security reasons, I am assuming that each of my customers would need a separate Google App Engine account. I would also like to have the customer’s account setup directly with Google to keep me out of any billing and payment issues. I am planning to license, to my customers, my application that would run in their account. I need some way to turn off the application if are not current with the license fee. Naturally, I need some way to protect my code running on the customer account from viewing or access. Can anyone tell me how to do this? Or, can anyone recommend a better way to handle these issues? Thanks in advance for your help. Wayne -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
