witoldsz / angular-http-auth

MIT License
2.38k stars 417 forks source link

More documentation for loginConfirmed (#56) #74

Closed alexanderkjeldaas closed 9 years ago

alexanderkjeldaas commented 9 years ago

I think this is what #56 is about.

witoldsz commented 9 years ago

That is great. I was thinking, that maybe it would be easier to understand without the $http configuration object adjectives:

@param configUpdater an optional transformation function that can modify the $http configuration object for requests that are retried after having logged in. This can be used for example to add an authentication token. It must return the modified configuration object request.

What do you think?

alexanderkjeldaas commented 9 years ago

Sorry for the delay :-) I have updated the patch.

witoldsz commented 9 years ago

Thanks!