Hi, you can store the token into the options object using options.putValue(). If you use encryptValue it is also encrypted which is easy to do and recommended for such things. See the release notes http://code.google.com/apis/desktop/docs/releasenotes-v55.html#s16 for a usage example of encryptValue and putValue.
There are some developers which do freelance gadget jobs like me, Yannick, Teo and some others too. I don't know about reasonable cost but I guess you might be able to find someone within your budget. Best regards, Benjamin On Sep 9, 10:22 am, kenja <[EMAIL PROTECTED]> wrote: > I have a simple gadget that I want to design. It needs to have a log- > in function with username and password when it is first installed. I > want the login to be posted to my server via https and my server to > return a secure token that can be saved in the gadget for future > logins. Once logged in with the token, I want the option to "forget" > the login. > > Being new to google gadgets, how should I store the token on the > client side? It does not need to be encrypted, since it is already > encrypted. > > Once the gadget is logged in, I just want a simple text box and button > to submit text to my server. Also, rather than spend my time coming > up to speed, are there people who will do designs like this at a > reasonable cost? I tried posting a project on getafreelancer.com, but > there seems to be a shortage of people who have experience with > widgets/gadgets. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Desktop Developer Group" 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-Desktop-Developer?hl=en -~----------~----~----~----~------~----~------~--~---
