Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 3953118

Browse files
committed
Moved key_jar and key_bundle from here to cryptojwt.
Updated to handle the changes in cryptojwt.
1 parent f5032ee commit 3953118

File tree

12 files changed

+111
-2716
lines changed

12 files changed

+111
-2716
lines changed

src/oidcmsg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Roland Hedberg'
2-
__version__ = '0.5.0'
2+
__version__ = '0.6.0'
33

44
def proper_path(path):
55
"""

src/oidcmsg/exception.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,3 @@ class InvalidRequest(OidcMsgError):
158158

159159
class KeyIOError(OidcMsgError):
160160
pass
161-
162-
163-
class UnknownKeyType(KeyIOError):
164-
pass
165-
166-
167-
class UpdateFailed(KeyIOError):
168-
pass
169-
170-

0 commit comments

Comments
 (0)