| 1 | // Based loosely around work by Witold Szczerba - https://github.com/witoldsz/angular-http-auth |
| 2 | angular.module('security.service', [ |
| 3 | 'security.retryQueue', // Keeps track of failed requests that need to be retried once the user logs in |
| 4 | 'security.login', // Contains the login form template and controller |
nothing calls this directly
no test coverage detected