key_id deprecated. What's the alternative? #329
Closed
kramer65
announced in
Announcements
Replies: 1 comment
-
For keys that have a kid you simply look for the "kid" attribute:
if you do not know if a key has a kid use the usual safer .get method:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting a deprecation warning saying: "DeprecationWarning: Call to deprecated function (or staticmethod) key_id."
But I see no mention of an alternative. What can I do about this warning?
Beta Was this translation helpful? Give feedback.
All reactions