Keats / jsonwebtoken

JWT lib in rust
MIT License
1.62k stars 252 forks source link

Implement Clone for TokenData<T> if T: Clone #298

Closed fiadliel closed 1 year ago

fiadliel commented 1 year ago

If T: Clone, we can write a Clone implementation for TokenData.

fiadliel commented 1 year ago

@Keats Thanks for the review! Just a small note, I can't merge 😄

Keats commented 1 year ago

Yeah, I'll merge and release soon