Jason

Results 13 comments of Jason

@Lelelo1 @HarelM Interested to see what you all come up with

I think it may be related to this issue: https://github.com/facebook/react-native/issues/2538. Perhaps adjust the POST in your login() method to something like: ``` javascript return this.http.fetch(loginUrl, { method: 'post', headers: typeof(content)==='string'...

Actually, it's probably needed in the exchangeForToken method of oauth2.js

I got this to work in IE 9 (still works in other browsers) by changing the POST in exchangeForToken to the following: ``` javascript return this.http.fetch(exchangeForTokenUrl, { method: 'post', headers:...

@mbroadst Sure thing. Also, you guys may not care about IE 9 (that sounded snotty but I didn't mean it that way), but in addition to the change above I...

@mbroadst Agreed. https://github.com/paulvanbladel/aurelia-auth/pull/107

Hi @amandeepmittal! Thanks for putting this template together it's awesome! I too was wondering if there's been any traction on adding social logins? Thanks, Jason

Hi, any updates on this? Is there a way to return a string without doing extra formatting before sending to backend services?

@djensen47 Have you started your fork of this yet? I'd love to use it but it seems largely based on legacy MDC versions