Edward Jiang

Results 82 comments of Edward Jiang

We'll have to update the model here. Thanks for reporting!

Great question! Let's add it to the model.

Try adding an `Accept: application/json` header?

Awesome! Glad I could help =] I'll keep this open so I add this to docs.

Looks like there's a problem with the React 1.3.4 library for the purposes of this example; I would pin it in your package.json. ```javascript "react-stormpath": "1.3.3" ``` Will get this...

Looks like it's being tracked in this ticket: https://github.com/stormpath/stormpath-sdk-react/issues/154

Hey @gabriellanata, thanks for the PR! I'd love to learn more about why you're trying to extend `Subject`. Subject isn't injectable in Turnstile, and I think right now it's guaranteed...

No problem. I'll keep this issue open until I update the docs. Unfortunately they're not the most comprehensive for integrators, but at this time the number is low =] Just...

As an example, I would recommend checking out the Perfect integration as an example of a lightweight integration. It's only ~200 LOC. For the Perfect integration, it's using the `Subject`...