spring-security-csrf-token-interceptor

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i spring-security-csrf-token-interceptor

Weekly Downloads

8

Version

0.1.1

License

Apache 2.0

Last publish

Collaborators

  • aditzel