Conversation
…property is present
ruipenso
left a comment
There was a problem hiding this comment.
Please remove the dist files.
527fdeb to
899666b
Compare
|
Removed the new build (dist files) from the pull request. |
|
The build error is unrelated to this pull request. Something has broken "npm install":
|
|
I've logged an issue with nikku/karma-browserify about this nikku/karma-browserify#213 |
|
@dylanbr , this is not @nikku's fault. I think this is because browserify used to be called node-browserify and got renamed recently.. They forgot to change their |
Support for integration with witoldsz/angular-http-auth.
When angular-http-auth plays back paused calls after a refresh, there is already an Authorization header within the request. This needs to be overridden with the new Authorization header when the call is recreated.
In order to still allow requests for access and refresh tokens to take place, this check will not replace the header if a config.header.Authorization property exists with a value of undefined.