angular-app.js @��� V P8 � V angular.module('your-app') .config(function($httpProvider){ $httpProvider.interceptors.push('AuthTokenInterceptor'); }) Auth Token Interceptor Service for AngularJS and Passport HTTP Bearer Strategy �~� V �J�� V Auth Token Interceptor Service for AngularJS and Passport HTTP Bearer Strategy auth-token-interceptor-service.js �9l� V `X�� V .factory('AuthTokenInterceptor',