Skip to content

Commit 07950ac

Browse files
committed
Merge pull request #74 from alexanderkjeldaas/patch-1
More documentation for loginConfirmed (#56)
2 parents f379661 + 8e5a689 commit 07950ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/http-auth-interceptor.js

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
* retry of all deferred requests.
1818
* @param data an optional argument to pass on to $broadcast which may be useful for
1919
* example if you need to pass through details of the user that was logged in
20+
* @param configUpdater an optional transformation function that can modify the
21+
* requests that are retried after having logged in. This can be used for example
22+
* to add an authentication token. It must return the request.
2023
*/
2124
loginConfirmed: function(data, configUpdater) {
2225
var updater = configUpdater || function(config) {return config;};

0 commit comments

Comments
 (0)