oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
101 stars 54 forks source link

Switch away from jwt #167

Open jalil-salame opened 1 month ago

jalil-salame commented 1 month ago

jwt is unmaintained, the PRs and issues are not being addressed and there have been no updates in the last two years.

The alternatives I found are:

I found this while looking at my transitive dependencies (and why base64 v0.13 was being pulled in).

thomastaylor312 commented 1 month ago

Thanks for the heads up here