Vincent Prouillet
Vincent Prouillet
I don't really want a builder for it no
Isn't that a builder?
I don't think we would add something like that. There's no JWT involved there, just some base64 serializing. You can put that snippet in your codebase, add base64 to the...
Can you add a CI setup for it?
I don't have an example, but it should not be too hard to find one looking at Rust projects with wasm support
I added one in https://github.com/Keats/jsonwebtoken/pull/345. I'm now wondering if we should just ditch ring vs using the pure rust sha/rsa etc crates entirely?
If someone can try a PR that removes ring, that'd be great. I'll do it otherwise but no idea on when
So there is another PR replacing ring: https://github.com/Keats/jsonwebtoken/pull/377 I'm not sure what to do tbh, I don't want multiple backends and I don't think the rust crypto crates are FIPS...
No I completely understand the benefits. It's just that not being FIPS certified means some people can't use the crate at all. On my end I do prefer this PR,...
See https://github.com/Keats/jsonwebtoken/issues/399 If someone wants to do a PR having both, sure