open-authentication

Universal Authentication to Google Data API?

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...

openauth support in google app engine

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 ...

Save OAuth WRAP access tokens directly on client machine in a cookie?

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? ...

Is it safe to store OAuth WRAP access tokens in a cookie?

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...