mostafa-rz

Results 8 comments of mostafa-rz

@spawnia Would you mind if also changing the signature of the parentTag and fieldTag method? Add resolveInfo and remove parentName and fieldName.

@spawnia Is there any timetable for version 6 release?

I think the verifying also takes place in this method: [https://github.com/thephpleague/oauth2-server/blob/0f32fbe00b6b1bdd72c8a70cb1763be49ce8c99b/src/AuthorizationValidators/BearerTokenValidator.php#L69](https://github.com/thephpleague/oauth2-server/blob/0f32fbe00b6b1bdd72c8a70cb1763be49ce8c99b/src/AuthorizationValidators/BearerTokenValidator.php#L69)

I apply local scopes to fields based on the path. The parent and field name is not enough to differentiate between the cache keys.

Hi, I also get this error recently. It was working before. ``` #13 45.19 [STARTED] Build template #13 203.9 [FAILED] Command 'pnpm' failed with status 1 when executed in directory...

@chengfang I increased the image updater `--interval` to 1 year, somehow disabling the automatic update. I update the images by manually triggering with `--once` flag. It is fixed now, but...

yes, if the config is true then it returns the hash otherwise it is null.

I changed the password and it is working now. Definitely, there is a problem with hashing the special characters.