Closed JunkMyFunk closed 8 years ago
@JunkMyFunk Thanks for mentioning this. I will push a bugfix ASAP
Brian
@JunkMyFunk Justed wanted to touch base with you to make sure you see the updates that were made. The register and login get requests now provide the account stores with provider object
-Brian
LoginController and RegisterController return an array of accountStores which only includes the account store
name
andhref
properties and does not include theprovider
property with the providerhref
andproviderId
.This issue seems to have been introduced here as the
Stormpath\Resource\Provider
class which is set to$mapping->accountStore
uses a property object and magic methods to store property values, which does not make values accessible toisset()
, so this will always evaluate to false.