Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/pem as a separate crate? #371

Open
tessob opened this issue Feb 23, 2024 · 1 comment
Open

src/pem as a separate crate? #371

tessob opened this issue Feb 23, 2024 · 1 comment

Comments

@tessob
Copy link

tessob commented Feb 23, 2024

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
Copy link
Owner

Keats commented Feb 23, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants