Hey,
I want to be able to have say 10 admin users store all their documents on google docs for a domain ('http://docs.google.com/a/domain.com'), and have everyone else be able to view them through 'domain.com/documents'. I'm just not certain how the whole authentication thing works in that case. Should I use OAuth, or would ClientLogi...
Is there any native support for openauth in google app engine?
If so, where are the details?
If not, then please suggest alternatives?
I am planning to use this with twitter
...
Hi,
I'm planning to setup a website that would access an oauth wrap framework. I was thinking of storing the access token on the client machine as it is. I do NOT want to maintain a database of temporary tokens, etc on the server.
Should I be doing do? Or should I encrypt it?
...
I'm planning to setup a website that would access an oauth wrap framework. I was thinking of storing the access token on the client machine as it is. I do NOT want to maintain a database of temporary tokens, etc on the server.
Should I be doing do? Or should I encrypt it? What else do I need to successfully manage a non-database utilizi...