Behind the scenes, attaches tokens to requests that require authentication and if not authenticated triggers the authentication process before retrying / completing the request
- Open bower.json
- Add
"oauth-interceptor": "~1.0.0"to your dependency list - Run
bower install - In your application you can now add:
<script src="bower_components/intercept/communication.js"></script>
Requires a compatible directive for obtaining the OAuth Tokens
