seegno / uphold-sdk-php

Uphold PHP SDK
http://seegno.com
28 stars 24 forks source link

Implement access token on user model #68

Open nunorafaelrocha opened 9 years ago

nunorafaelrocha commented 9 years ago

We need to move the place where we keep the access token. Instead of saving the access token on the BitreserveClient, we need to keep the access token on the user model.

That way we can only use one instance of BitreserveClient with multiple users and the access token will be in a place where it makes more sense.