Tanzim
Tanzim
@robertjd thanks for getting back so quickly. When we started out with Stormpath, org support wasn't official. We followed [Setting up Development and Production Environments](https://docs.stormpath.com/guides/dev-test-prod-environments/) to model production, staging and...
Hi @robertjd correct, we're not using multi tenancy. However, it seems that I may have still missed a trick as I can't see how in the current SDK I can...
Right as long as that use case is captured in #292 I'm happy for you to close this. Any ETA on #292 by the way?
By the way having looked through the list of pull requests, seems that someone already made one a while back that can potentially be resurrected? See https://github.com/stormpath/express-stormpath/pull/79
Hi @robertjd, I have a couple of questions. Appreciate your feedback on these knowing that you guys must be rather busy right now... 1. What's the best practice for modelling...
You can configure CORS. Change your config/default|development|environment.yaml file to include the configuration for cors like this: ```yaml cors: name: cors origin: [ !!js/regexp /localhost\:.*/, !!js/regexp /127\.0\.0\.1\:.*/ ] ```
The swagger config is actually a bagpipe and a set of fittings[1]. There's no explicit documentation for the cors fitting, we had to poke around at the source [2] and...
+1 One nice use case is server to server APIs as used by Google. See: https://developers.google.com/identity/protocols/OAuth2ServiceAccount
Ah, I was on 0.5x. Just updated to 0.6x and it seem that 0.6 introduced a few changes that breaks a few existing things. Working through them currently...
Yup, following that :+1: