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

Force jwtInterceptor to call tokenGetter #61

Closed
wants to merge 2 commits into from
Closed

Force jwtInterceptor to call tokenGetter #61

wants to merge 2 commits into from

Conversation

RayzRazko
Copy link

By default tokenGetter won't be called if authorization header has already been set. Sometimes angular caches headers and tokenGetter is not called. To force jwtInterceptor call tokenGetter for each request set forceHeadersUpdate parameter to true.
Pull request for issue

Roman Poliakov added 2 commits November 20, 2015 17:08
…option set to true, then interceptor will ignore any cached or previously set authorization header and call tokenGetter for each request.
@chenkie
Copy link
Contributor

chenkie commented Nov 16, 2016

Hey there, sorry this has been left sitting for a year. We're catching up on some older issues and PRs now.

We've changed some things since you sent this in. Would you be interested in rebasing? Thanks very much for your PR 🙌

@chl03ks
Copy link

chl03ks commented Dec 7, 2016

any update?

@stale
Copy link

stale bot commented Oct 26, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇‍♂️

@stale stale bot added the closed:stale Issue or PR has not seen activity recently label Oct 26, 2019
@stale stale bot closed this Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:stale Issue or PR has not seen activity recently
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants