How can I extract a custom claim named “client_id” using jwt-authorizer Rust crate on Axum?
This is the crate I’m using on cargo.toml of my axum project:
jwt-authorizer = “0.14.0”
This is the crate I’m using on cargo.toml of my axum project:
jwt-authorizer = “0.14.0”