Marc Bennewitz
Marc Bennewitz
I'm not sure if this should be part of the base library first. Secondly I'm not a C developer so I think I don't have enough knowledge to implement it...
I run into the same issue on a private repo. But after some time I realized the token needs to added to the `Depandabot` section instead of `Actions` section which...
This is for sure not an issue of this middleware. I had the same issue with ZF expressive as the error handler middleware is the first one and catches all...
Hi @TysonAndre, A lot has been done already in #140 & #138 and a phpstan extension is available here https://github.com/marc-mabe/php-enum-phpstan/ Type-hints are defined with standard annotations and some special hints...
Any news on this ?
Hi @Xerkus, I do agree this is a breaking change but the problem that I'm facing is that currently it's simply not possible to respond a content range without copying...
I also agree here that the unique identifier should be possible to customize in a simple way because: * it's not defined by the spec (= requirement to be customizable)...
As suggested in https://github.com/thephpleague/oauth2-server/issues/991#issuecomment-481137464_ in my opinion it would make most sense to move unique identifier generation to the repositories (within storing the entities) because: * possibility to check uniqueness...
@Sephster I don't fully get your concerns From your comment: > I think this is something custom to this library to assist developers. spec > error_description > OPTIONAL. Human-readable ASCII...
Hi @triskweline, For naming I would argue pro `up-validate-url` as this is explicitly not about the form action but about an endpoint that validates/renders the form even if technically the...