Right now it only authenticate one user which is a universal one. We don't have an option to let other user have their own QuickBooks account to run the application.

Comments

vhin0210 created an issue. See original summary.

ethnovode’s picture

I added this functionality to a (very) custom module. I am using Domain Access module so that each subdomain has its own credential. Also it is strongly advised not to store the token/secret in the database without encryption. I use the key module to manage encryption keys.

ethnovode’s picture

We changed the way it worked to be more consistent with quickbooks recommendation and stored auth tokens/secret/realmid by user in profile2 fields.

mstef’s picture

Version: 7.x-1.0 » 7.x-2.x-dev
Assigned: Unassigned » mstef

Will be done soon.

mstef’s picture

Status: Active » Fixed

I forgot to tag the commit with this issue number. It's been committed on 7.x-2.x.

Documentation to follow (check the project page).

mstef’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.