witoldsz / angular-http-auth

MIT License
2.38k stars 418 forks source link

adding the config to the next requests #109

Closed jarnix closed 8 years ago

jarnix commented 8 years ago

Here is a PR for issue #108

jarnix commented 8 years ago

Basically, I just added a new service for holding the config and then added a request handler on the http interceptor to read the config and send it with every request.