gabeblack
gabeblack
Just ran in to this as well. This repo hasn't had any commits since 2019. I wonder if it is dead.
> Could you please squash all your commits into one? done.
Reopening -- I didn't mean to close the PR.
@bruchar1 @jpakkane -- what are the next steps to get the approved/merged?
@bruchar1 @jpakkane -- Are contributions outside of the meson team discouraged? I'm ignorant as to your processes here and am wondering why the radio-silence?
I made that change in src/OAuth2/Server.php: $this->config = array_merge(array( 'use_jwt_access_tokens' => false, 'jwt_extra_payload_callable' => null, 'store_encrypted_token_string' => true, 'use_openid_connect' => false, 'id_lifetime' => 3600, 'access_lifetime' => 3600, 'www_realm' => 'Service',...
Note, I did have to create an .htaccess file with: SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 in order to get the token.php to work per the install guide. (I was running in...
I guess my issue wasn't the same. My error had: "#section-3.1.2" in it. I found that portion of the code that referenced that section and changed the code to display...
Was informed that meson can take multiple-months to look at or respond to questions in a PR. Unfortunately, my current work/life balance doesn't allow for me to maintain outside work...