locto03

Results 1 comments of locto03

@nteath I have the same problem too. The way I fixed it is using middleware `auth:ap` for the logout route. My code is `Route::post('auth/logout', 'LoginController@logout')->middleware('auth:api');` Also from the client, you...