At the moment our baw-api.service methods allow passing in a BawOptions object that allows us to disable error message, disable caching, and disable sending authentication information.
This is an incorrect fix, and we should instead create the service with the correct options (perhaps through a provider factory)
At the moment our
baw-api.service
methods allow passing in aBawOptions
object that allows us to disable error message, disable caching, and disable sending authentication information.This is an incorrect fix, and we should instead create the service with the correct options (perhaps through a provider factory)