npm.io
0.1.1 • Published 12 years ago

spring-security-csrf-token-interceptor

Licence
Apache 2.0
Version
0.1.1
Deps
3
Vulns
0
Weekly
0
Stars
49

#spring-security-csrf-token-interceptor

An AngularJS interceptor that will include the CSRF token header in HTTP requests.

It does this by doing an AJAX HTTP HEAD call to /, and then retrieves the HTTP header 'X-CSRF-TOKEN' and sets this same token on all HTTP requests.

#Installing ###Via Bower

$ bower install spring-security-csrf-token-interceptor

#Usage Include this as a depenency on your application:

angular.module('myApp', ['spring-security-csrf-token-interceptor']);

Keywords