feat: add WebAuthn multi-factor authentication (#2570)

This commit is contained in:
Alexis Saettler
2019-05-04 15:44:08 +02:00
committed by GitHub
parent aa75e7d3ce
commit ab15f93256
30 changed files with 2063 additions and 206 deletions
@@ -26,16 +26,6 @@ class MultiFAController extends Controller
*/
private $SESSION_TFA_SECRET = '2FA_secret';
/**
* Create a new authentication controller instance.
*
* @return void
*/
public function __construct()
{
$this->middleware('web');
}
/**
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response