MCPcopy Create free account
hub / github.com/angular-app/angular-app / security.js

File security.js

client/src/common/security/security.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Based loosely around work by Witold Szczerba - https://github.com/witoldsz/angular-http-auth
2angular.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

Callers

nothing calls this directly

Calls 3

openLoginDialogFunction · 0.85
closeLoginDialogFunction · 0.85
redirectFunction · 0.85

Tested by

no test coverage detected