Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 720 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 720 Bytes

Ember-aspnet-csrf

Build Status

Adds ASP.NET MVC based CSRF protection to Ember applications.

Port of https://github.com/bobisjan/ember-django-csrf/

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.