dsykes16

Results 4 issues of dsykes16

This repo seems abandoned, nevertheless I wanted to perform my due diligence in offering this PR to backport the fixes from https://github.com/khorsolutions/tokio-postgres-rustls-improved/ - Incorporate @conradludgate's fixes for channel binding make...

Add `aws-lc-rs` and `rust-crypto` features, exactly one of which is required to be enabled by `jsonwebtoken` v10. `rust-crypto` is now part of `default` features. Use new `jsonwebtoken::dangerous::insecure_decode` to support jsonwebtoken...

Fix docs.rs build by removing exclusion on protobuf code generation when `DOCS_RS` environment variable is set. This issue appears to have been introduced in #138. Docs.rs build log: ``` #...

In service of #439 Adds support for custom headers via `decode_with_custom_header` to decode and validate JWT, and a standalone header-only decode via `decode_custom_header`. Those should probably have better names before...