Ryan Worth

Results 25 comments of Ryan Worth

Ok I have sorted that issue. The phpspec path needs to be the bin inside the phpspec folder. But I don't see the phpSpec questions until after I have guessed...

Did a `var_dump()` of `$params` from line 24 of PhpSpecRunExtension.php and it only contains the following ``` php array(1) { 'commands' => array(2) { [0] => string(8) "describe" [1] =>...

For those that find their way here and are looking for rainglow https://rainglow.io/

Does this contain the pull request #8 from @mirikle that allows the use of $(window) as the element selection?

`setId` doesn't work if your primary key of the table is not `id`

I was having the same issue. Was able to overcome it not by setting ``` JWT_BLACKLIST_ENABLED=false ``` Like @njt1982 mentioned as that would open up a vulnerability but I set...

Okay this only fixed the issue for 30 seconds for me delaying the inevitable `401 - Token has been black listed` I now have two options as I see it....

Okay the solution for me was the following. I was even able to change the `JWT_BLACKLIST_GRACE_PERIOD` back to `0`. I changed my refresh api endpoint from ``` $api->get('refresh', [ 'middleware'...

@acidjazz What frontend are you using? Are multiple requests happening at once?