mardi 1 octobre 2019

Larave, Cannot get user details in auth.basic

I tried this in routes/web.php but the result is null

Route::get('swagger-yaml', function () {
    dd(auth()->user());
})
->middleware(['auth.basic:web', 'web'])


via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire