Tamas Bolner

Results 14 comments of Tamas Bolner

This problem has been solved some years ago. Just add `identifierQuoting` to your schema definition: ``` ``` (It's also available per table.)

> or maybe if nbf is used, we can adjust exp by adding maxage while generating jwt? I think of `nbf` and `exp` as two end points of an interval,...

in the "main" branch?

Oh I just saw that for the `iat` check, the sign of the `leeway` needs to be inverted, from minus to plus. Because of what I wrote above. It's a...

oh i meant the `iat` line: https://github.com/adhocore/php-jwt/blob/424a1d66b729a316dd074e6382167765b810cd3d/src/ValidatesJWT.php#L88 That is for an upper interval check, but the leeway is subtracted.

@PhilT I didn't. I think that these libraries which claim to support all .NET frameworks on multiple platforms are too costly to maintain, therefore they never work properly. I'll wait...

Ah wont work. It complains about the return value declarations of function as syntax error.

Oh it actually works on PHP7.2. Generates proper output, just throws an error at the end. Didn't notice fist that the output file contained a proper doc. cool