Re: Securing Oauth 1 secrets

2012-05-22 Thread A Clarke
Mike, Your OAuthStore is responsible for encrypting/decrypting the secrets. The OAuth2Encrypter interface is there because of the lessons learned from writing custom OAuth 1 stores. On Tue, May 22, 2012 at 2:43 PM, Michael Matthews wrote: > I'm adding an OAuth 1.0 OAuthStore implementation t

Securing Oauth 1 secrets

2012-05-22 Thread Michael Matthews
I'm adding an OAuth 1.0 OAuthStore implementation to our OpenSocial container so that gadgets can invoke services secured by OAuth 1. I created a custom implementation of org.apache.shindig.gadgets.oauth.OAuthStore and have it persisting all OAuth 1 data to a relational database. I'd like to make