Implement access token for command line things.

This commit is contained in:
James Cole
2017-09-14 18:27:22 +02:00
parent 43a66fd378
commit f54b4c3abc
6 changed files with 77 additions and 3 deletions

View File

@@ -526,6 +526,7 @@ Route::group(
Route::post('delete-account', ['uses' => 'ProfileController@postDeleteAccount', 'as' => 'delete-account.post']);
Route::post('change-password', ['uses' => 'ProfileController@postChangePassword', 'as' => 'change-password.post']);
Route::post('regenerate', ['uses' => 'ProfileController@regenerate', 'as' => 'regenerate']);
}
);