mikkyang / rust-jwt

JSON Web Token library for Rust
MIT License
178 stars 38 forks source link

derive clone on Claims #70

Closed FreeMasen closed 3 years ago

FreeMasen commented 3 years ago

All of the properties of Claims and RegisteredClaims are eligible to #[derive(Clone)] which I have found a need for. A new type can provide a workaround but it would be nice to have it provided.

mikkyang commented 3 years ago

Looks good! Thanks for the contribution.