Drupal RESTful 7 auth using Angular Preparation Create a Drupal 7 site with RESTful module Enable "RESTful token auth" (drush en restful_token_auth -y) 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