Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 440 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 440 Bytes

Drupal RESTful 7 auth using Angular

Preparation

  1. Create a Drupal 7 site with RESTful module
  2. Enable "RESTful token auth" (drush en restful_token_auth -y)
  3. Be ready to set CORS in your settings.php, according to the explanation in the Angular app

Install

npm install
bower install

Serve app

grunt serve

Credits

Gizra