Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/angular-http-auth #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dylanbr
Copy link

@dylanbr dylanbr commented May 18, 2017

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.

Copy link
Member

@ruipenso ruipenso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the dist files.

@dylanbr dylanbr force-pushed the feature/angular-http-auth branch from 527fdeb to 899666b Compare November 23, 2017 15:55
@dylanbr
Copy link
Author

dylanbr commented Nov 23, 2017

Removed the new build (dist files) from the pull request.

@dylanbr
Copy link
Author

dylanbr commented Nov 24, 2017

The build error is unrelated to this pull request.

Something has broken "npm install":

npm ERR! git clone --template=/home/travis/.npm/_git-remotes/_templates --mirror [email protected]:nikku/node-browserify.git /home/travis/.npm/_git-remotes/git-github-com-nikku-node-browserify-git-e48b05b1: Permission denied (publickey).

@dylanbr
Copy link
Author

dylanbr commented Nov 24, 2017

I've logged an issue with nikku/karma-browserify about this nikku/karma-browserify#213

@darkurse darkurse mentioned this pull request Dec 22, 2017
@darkurse
Copy link

@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 package.json where they indicate the associated git URL. I've logged an issue there browserify/issues/1786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants