Luka Skukan
Luka Skukan
Adds tests for config loading. Tests these features: * Is config loaded from the default config.yml * Is config loaded from a local stormpath.yml * Is config loaded from a...
Contains several minor view fixes. Since they are all rather minor and view-related, I've made them into one PR. If you think something warrants more study, ping me and I'll...
Fixes #595 exactly as outlined by the issue author.
Adds support for using the /verify workflow with idSite in Stormpath Express. Fixes #592
Adds support for the `/oauth/revoke` endpoint, as prescribed by RFC 7009. Adds documentation and tests for this feature. **Important**: This PR contains #550, because the behaviour contained there is crucial...
Adds a configuration option to `config.web` to expand the `stormpathApplication` `customData` field as: ```yaml web: application: expand: customData: true # defaults to false to keep backwards compat ``` If specified,...
Update the controller responses (via `handleAcceptRequests`) to use `config.web.produces[0]` as the default, instead of `text/html`, if this array is defined (if not, it will explode in a later step, anyway)....
Fixes an error where the account was not being expanded when calling the `postRegistrationHandler`, but only if email verification was turned on. For reproduction steps see #549 Fixes #549
Implements the SAML flow for traditional websites. The URL is built on-demand (to keep the timestamps current in the JWT) and the user is redirected to the provider, through the...
This is a companion PR to https://github.com/stormpath/stormpath-sdk-node/pull/570 and should **not be merged before that PR is merged**. It contains a minor update to maintain compatibility with the Node SDK. When...