Keats / jsonwebtoken

JWT lib in rust
MIT License
1.61k stars 253 forks source link

src/pem as a separate crate? #371

Open tessob opened 4 months ago

tessob commented 4 months ago

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.

Keats commented 4 months ago

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)