You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 jsonwebtoken
z
crate.The text was updated successfully, but these errors were encountered: