Skip to content

Commit b9ec786

Browse files
authored
fix: Add KeyBase and GuestProtocol to __all__
To make them part of the public API
1 parent 2a51877 commit b9ec786

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/joserfc/jwk.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"ECKey",
2525
"OKPKey",
2626
"KeySet",
27+
"KeyBase",
28+
"GuestProtocol",
2729
"guess_key",
2830
]
2931

0 commit comments

Comments
 (0)