- Patch to fix exception when a group is mapped as the default account store (#65).
- Patch to preserve locally defined scope options for provider directories.
- Allow a
requestExecutor
to be passed in.
- Fix support for Node version 6.
- Update packages: mocha-lcov-reporter to version 1.1.0, js-yaml to version 3.5.4, async to version 2.0.1, istanbul to version 0.4.3 and mocha to version 3.0.2.
- Fix
EnrichIntegrationFromRemoteConfigStrategy
so that user-provided config is able to disable email verification and password reset.
- Fix
ExtendConfigStrategy
so that the fieldsweb.login.form.fieldOrder
andweb.register.form.fieldOrder
are copied instead of extended.
- Change
EnrichIntegrationFromRemoteConfigStrategy
to useconfig.web.social
instead ofconfig.socialProviders
. Also social providercallbackUri
is now justuri
.
-
Similar to 0.0.14, adding a temporary patch to
ExtendConfigStrategy
to allow the developer to define the newstormpath.web.produces
array. -
Add fix for
web.spa.view
validation that was crashing the Node SDK tests.
-
Now validating that auto login and email verification options aren't enabled at the same time. (#1).
-
Added debugging capabilities for debugging configuration strategies (#23).
-
Fixed: Empty stormpath.apikey file clears configuration (#26).
-
Fixed problem with loading API Key properties from the home path (#28).
-
Add validation for the new
stormpath.web.spa.view
property. -
Updated dependencies:
- Fixed issue with expandHomeDir() not returning absolute path when home path was missing.
- Fixed issue with file loaders crashing when home environment wasn't being set.
Adding validation for account store mappings. We now error if:
-
No account stores are mapped to the given application.
-
The given application does not have a default account store, and
stormpath.web.register.enabled
istrue
- Patch for 0.0.14 - fixing a null reference.
- Adding a temporary patch to
ExtendConfigStrategy
to ensure that prototype methods are not lost onconfig.cacheOptions.client
. The patch manually replaces this property, in the future we intend to fix the extension algorithm to support this case.
- Modified
EnrichClientFromRemoteConfigStrategy
to implement the proper application resolution strategiey: load application by name or href, fallback to ony application if that is the case.