jsonwebtoken
jsonwebtoken copied to clipboard
src/pem as a separate crate?
Greetings!
I'm currently developing a custom authentication JWT flow aimed at multitenant machine-2-machine authentication. I've looked through a number of Rust libraries and haven't found one that fits my needs. Basically my area of interest is in the middle between pem & ring crates and your crate. All I need is just a reliable way to verify the JWT signature and that's it.
Is there any way to turn the .pem module into a separate crate? I just wouldn't want to write another jsonwebtokenz crate.
I'm not going to export it as a separate crate but someone else could create a new crate and publish it (we wouldn't use it here though)