Prepare 2FA

This commit is contained in:
Daniel Supernault 2018-09-15 23:15:45 -06:00
parent 63ca2a209d
commit 6d890aaf7f
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
11 changed files with 135 additions and 10 deletions

View file

@ -12,7 +12,3 @@ use Illuminate\Http\Request;
| is assigned the "api" middleware group. Enjoy building your API!
|
*/
Route::middleware('auth:api')->get('/user', function (Request $request) {
return $request->user();
});