EmersonElectricCo/lowball

get_client should not be required in auth provider model

Closed this issue · 0 comments

Review of our current models shows that the get_client method of the AuthProvider model is currently required to implement in an Auth Provider implementation subclass.

this is an oversight and needs to be adjusted. As it exists, the current built in auth provider implements this method poorly and needs corrected as well.