Results 18 comments of Rajesh Sharma

@dunglas Finallly had some time to come back to this again. It now supports URL, json or key as jwks config.

I might have some time to work on #851 in coming weeks.

@dunglas Please go ahead. Ill pick it up from there.

I would also like to unify the jwt and jwks configs too. But I am not sure about the current status of the configs. Ill check those when I get...

Also for the record, one issue have been repeatedly facing is [clock skew](https://github.com/golang-jwt/jwt/issues/98), where jwt creation and validation happens almost at the same time. It would be good to be...

@dunglas I just realized PHP_INI_SCAN_DIR overrides the default ini files. In my CI, I copy the production ini file into php.ini and then install some extensions. I had an impression...

I think I found the issue here. The first element should be the one that should end the stream when closing ``` javascript if (i + 1 === input.length) last...