Without using auth middleware, how to get user id by token? //Get access token $access_token = $request->header('Authorization'); // break up the string to ...
確定! 回上一頁