Ifs
Ifs
@gregoralbrecht I created a very naive implementation written in PHP, and the above pull request won't work (I don't think). I think it's still an experimental feature, so the you...
Also interested in this feature.
> protected function apiAs($user, $method, $uri, array $data = [], array $headers = []) { $headers = array_merge([ 'Authorization' => 'Bearer '.\JWTAuth::fromUser($user), ], $headers); return $this->api($method, $uri, $data, $headers); }...
Also experiencing the same issue when the server returns a 204 empty response.