Skip to content

1.0.2

Compare
Choose a tag to compare
@dalehille dalehille released this 11 Jun 13:32
d378cba
Fix: add getOrg to local and passport.local (#404)

* add getOrg to local and passport.local

The ClusterSubscription client calls subscriptionsByTag which calls getOrg.  Currently only the default auth model has getOrg implemented so this would cause local and passport.local users of ClusterSubscription to get errors

* ClusterSubscription clients won't have models.User entries