Andrew Dodson

Results 107 comments of Andrew Dodson

I can't reproduce.... I get back everything ``` { id: "ab56a3585d01b6db", name: "Drew Dodson", first_name: "Drew", last_name: "Dodson", link: "https://profile.live.com/", gender: null, ... ```

@constellates the special property `display:'none'` is used internally, and isn't available on all endpoints. The module property `refresh:true` is used to indicate whether this method of refreshing the `access_token` can...

Define a 'login' handler on your network module. This will be called whenever authentication or refresh authentication is triggered. Here you can manipulate the request which is passed through as...

@nobukichi @rajanikanthr @danieldobalian can any of you share your module(s) in a PR so we can add AzureAD?

Thanks Happy to add but it's not feature filled so please remove from the bundler

Not sure, perhaps the two backslashes `//` in the path `https://login.microsoftonline.com//oauth2/token` might be causing it. I can check the logs if you can tell me datetime. FYI: logs for auth-server...

Hi @PavelPZ I'm not familiar with Typescript, could you elaborate?

"I put it to the ...." Great, so do i need to do anything? Is there anything i need to include, like with Bower?

Hey thanks @PavelPZ I've not come across this before. Do you use DefinitelyTyped with a particular IDE, plugin or code linter?

Great, well done Visual Studio: I thought as much, TypeScript being a product of Redmond and all. I've a couple of questions which i feel might need answering down the...