richardvanhook / databasedotcom-oauth2

MIT License
14 stars 6 forks source link

How do I configure multiple client id/key? #4

Closed kandadaboggu closed 11 years ago

kandadaboggu commented 11 years ago

We are trying to give a feature within our app to export contacts to SFDC. We want to use OAuth to authenticate user's SFDC credentials.

I am trying to figure out how I can dynamically provide the client id/key based on the authenticated user.

The gem documentation talks only about configuring secret/key for the entire application.

kandadaboggu commented 11 years ago

I realized that this is a non issue.