-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JWKSet
is not cloneable
#203
Comments
It's an oversight. Please submit a PR to add it in, if you have the time. |
lawliet89
added a commit
that referenced
this issue
Mar 4, 2021
Merged
Had some time so I've opened and will merge in #204 once tests pass. |
lawliet89
added a commit
that referenced
this issue
Mar 4, 2021
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thank you for an excellent library! This has been really helpful and I appreciate the JWK support.
It looks like
JWKSet
does not deriveClone
:biscuit/src/jwk.rs
Lines 665 to 670 in 9148092
However,
JWK
does:biscuit/src/jwk.rs
Lines 616 to 630 in 9148092
Do you know if there is a particular reason for this, or it's only an oversight? I'd be happy to submit a small patch for 0.6.* if you'd be interested.
The text was updated successfully, but these errors were encountered: