jsonwebtoken icon indicating copy to clipboard operation
jsonwebtoken copied to clipboard

src/pem as a separate crate?

Open tessob opened this issue 1 year ago • 1 comments

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.

tessob avatar Feb 23 '24 12:02 tessob

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)

Keats avatar Feb 23 '24 17:02 Keats