Erwan Loisant

Results 33 comments of Erwan Loisant

Hi, Yes, we already have a lot of `decode` methods so I'd prefer not add to the explosion. I tried to reduce their number without breaking backward compat but we...

Hi, No plan for now, but if you want to make a PR for it feel free to do so!

Hi, No, we don't support that currently. Do you know if it's something commonly implemented by JWT libraries in other languages?

Would it work if you unzip it "manually" before feeding it to `Jwt.decode`?

Oh I see - then I guess it's something we could include, if someone wants to make a PR for it

Actually I tried, but I don't know how to fix it! I couldn't find a way to type the `exclude` field. It's too generic, we would want a list of...

Hi @massimosiani sure, I'll take a look. Thank you for your contribution! It's a big PR and it's a big investment to decide to maintain the lib for JS as...

You can do a `publishLocal` to publish to your local machine repository to test it

Thanks for the PR! It looks like your PR is assuming it's a `Set` in the Json (which would be read as a Json Array I believe). However according to...