Skip to content

Commit 8a61901

Browse files
authored
Merge pull request #6 from jschlyter/missing_kwargs
add missing kwargs
2 parents 54fc5f9 + 6792664 commit 8a61901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptojwt/jwk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def serialize(self, private=False):
396396
"""
397397
pass
398398

399-
def get_key(self, private=False):
399+
def get_key(self, private=False, **kwargs):
400400
"""
401401
Get a keys useful for signing and/or encrypting information.
402402

0 commit comments

Comments
 (0)