robertjd

Results 74 comments of robertjd

Can we update this to use the existing switch structure? Thanks!

Unfortunately we don't have that in the Stormpath REST API at this time, but we plan to add Twitter support in the future. I've created an issue that you can...

Thanks for the report, is there more information in the error message, such as a status code? In addition to the Google access token, we also exchange our own tokens...

Thanks for the update, is your application now working with an updated server clock?

We need to implement the SAML Service-Provider Initiated flow in this library, as documented here: https://docs.stormpath.com/rest/product-guide/latest/auth_n.html?highlight=idpredirect#the-service-provider-initiated-flow This should be done by rendering login buttons for SAML directories on the HTML...

Hello at @miketamis , we have a CORS example here: https://github.com/stormpath/stormpath-sdk-angularjs/tree/master/example/cors-app Please let me know if this is useful, I can provide a better example if needed. We're probably not...

Network issues shouldn't mater, I would try the linked example above, and use the chrome network inspector to look at the headers on the requests and responses, then compare that...

Can you show us a screenshot of what that request looks like in the chrome network inspector?

Hi Matti, you won't be able to pass the Winston module directly. You need to create a Winston logger instance, configure it, then pass it to our library. For example:...

Hi @lillereven , great question! I've added an FAQ item above, please let me know if this helps.