robertjd

Results 23 issues of robertjd

Is anyone using Dialect to serve translated pages on a per-request basis? It appears to me that there is no request context available to Dialect.

It should work the same as it does on Client API.

needs review

This issue contains information about our Okta migration plan for this library. Please ask questions below! I will update the FAQ as needed. If you want to have a longer...

I took a quick pass on this, by simply renaming everything, but something broke - it seemed the 'extends' syntax wasn't properly including the extended file. Need to look into...

needs review

We don't have an example that shows you how to provide api keys and application via stormpath.yml

needs review
Documentation

For those using front-end frameworks, it is common for the the front-end application to be served from a different domain or port from the data API. This means that this...

We need to update our documentation of social login, with the following changes: - We now support access token and authorization code callbacks from the social provider, so we should...

needs review
Documentation

Some of our examples show references to `req.user`, but it's not clear that you have to use the `getUser` middleware in order for this value to be available. Here is...

needs review
Documentation

At the moment we allow the stormpath client to be configured by passing client options as root root properties on the `stormpath.init(app, configuration)` object: ``` app.use(stormpath.init(app, { apiKey: { id:...

Because we are storing authentication information in cookies, we need to implement a CSRF strategy for this module. Any middleware function which is using cookies to authenticate the request should...