robertjd
robertjd
Hi @tanzim, thanks for the questions! I’ll answer each: 1.) Creating multiple orgs for different environments will be the simplest. If you need to share/migrate data between a dev environment...
Yeah, we should discuss API Key configuration and application configuration before showing how to start the application. If you don't specify an application (and you have many), you should get...
Can anyone reproduce the problem that @rdegges mentioned? The one where you don't get an error if you don't specify an application, while having more than 1 (that is not...
Also: we need to change the documentation to show all client options being passed in with the `client` object: ``` app.use(stormpath.init(app, { client: { apiKey: { id: 'xxx', secret: 'xxx'...
This is probably going to come in the form of some suggested modules to use, not something that is built into this library.
Hi @blyork , can you provide some reproduction steps to create the stale account problem, and where you are seeing the stale account data? In particular, I want to confirm...
Thanks for the info! I'm going to try some more reproduction with the situation you describe. Regarding the `nocache` option, it isn't an explicitly enumerated option, but any call to...
@blyork can you tell me how the user gets the token that they use for bearer authentication? Do they login after they've landed on the /verify route? Thanks!
Also: for login, are you using the /login route, or the /oauth/token route with the password grant flow?
BTW, your fix for the node sdk is totally correct, we do need to invalidate that resource and I'll get that merged after adding some tests. I just want to...