1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Started barebones work of MFA system

This commit is contained in:
Dan Brown
2021-06-28 22:02:45 +01:00
parent ca8be9af3c
commit efb6a6b457
5 changed files with 269 additions and 1 deletions

View File

@ -223,6 +223,8 @@ Route::group(['middleware' => 'auth'], function () {
Route::get('/roles/{id}', 'RoleController@edit');
Route::put('/roles/{id}', 'RoleController@update');
});
Route::get('/mfa/setup', 'Auth\MfaController@setup');
});
// Social auth routes