Update routes to use CSRF protection
This commit is contained in:
parent
98b3355158
commit
2def94c958
5 changed files with 18 additions and 40 deletions
|
@ -12,7 +12,8 @@ class AuthRoutes {
|
|||
$router->group([
|
||||
'prefix' => 'auth',
|
||||
'middleware' => [
|
||||
'guest'
|
||||
'guest',
|
||||
'csrf'
|
||||
]
|
||||
], function () use ($router) {
|
||||
|
||||
|
|
Reference in a new issue