Anthony Josue Medina Chinchilla
Results
1
comments of
Anthony Josue Medina Chinchilla
very late answer but this could help someone: Route::post('logout', 'AuthController@logout'); since the route is "post" you must send the token, and another string, for example with axios Axios.post("/api/me", "POSTDATA",{headers:{"AUTHORIZATION":`Bearer ${sessionStorage.jwt}`}})...