0.1.0 • Published 8 years ago

ember-aspnet-csrf v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Ember-aspnet-csrf

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/.