Skip to content

Commit

Permalink
Exclude auth from Csrf checks
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Nov 29, 2015
1 parent 4c0ea1e commit d854c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Middleware/VerifyCsrfToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class VerifyCsrfToken extends BaseVerifier
* @var array
*/
protected $except = [
'api/*'
'api/*',
'auth/*'
];
}

0 comments on commit d854c33

Please sign in to comment.