0.1.1 • Published 10 years ago

spring-security-csrf-token-interceptor v0.1.1

Weekly downloads
6
License
Apache 2.0
Repository
github
Last release
10 years ago

#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']);