Zemke / starter-laravel-angular

Laravel and AngularJS Starter Application Boilerplate featuring Laravel 5.3 and AngularJS 1.5.8
https://starter-laravel-angular.herokuapp.com
Other
369 stars 119 forks source link

Auth question. #21

Closed prigal closed 8 years ago

prigal commented 9 years ago

Hi,

What is the purpose of these files :

They seems to not being used while signing up a user (or maybe I broke something !)

The UserController is fired with the store() method and with no validation.

Zemke commented 9 years ago

Hi,

indeed, they could be tossed as authentication is done on the Angular side with a Laravel endpoint api/user/getByToken.