-
Specifically, this line https://github.com/guzzle/psr7/blob/master/src/Uri.php#L573 transforms all paths to absolute.
https://github.com/php-fig/http-message/blob/master/src/UriInterface.php#L113 and …
-
Hi,
I use this code to try to get an access token, but I get an InvalidArgumentException:
``` php
public function save_access_token() {
if( isset( $_GET['code'] ) ) {
$token = $this->pr…
-
the discovery section only explains how to provide discovery for your own project. but i am trying to figure out how to just _use_ discovery in my project. imho the doc should also explain that.
do i…