ncou

Results 13 comments of ncou

Happy to see there is a new maintainer. Is there a roadmap with the list of futur features for the v2 ? or not yet ?

yes probably an error in the documentation, but this should be clarified. Thank you for the piece of code, i made a router using Altorouter and i have already modified...

good news ! thank you for the quick answer.

Hi @dg, do we have an estimated date for this release ? Thanks. Keep up the good work.

Yes you are right, but it seems more logic to enforce the rules if the default value is explicitely defined. And have an error in the illogical cases like `Expect::string()->default(123)`

some router use this code on the basePath : $this->basePath = rtrim($basePath, '/');

Why not create a new class with an extend of the existing class "Generator" and changing the constructor to add the port and use it in the buildUrl function https://github.com/auraphp/Aura.Router/blob/3.x/src/Generator.php#L184

Hi, It's not really the same error, i think you have bump you Composer version to the v2.3-RC1 and there is a lot of breaking change in this version. Can...

Hi, Same thing here. the token set in session is different from the value in the hidden text field. The _CSRF_INDEX is the same in session and in the hidden...

After a quick debug, it's because hmac_ip is TRUE. If set to false, the token value in the hidden field is the same than in the session.