This commit is contained in:
Oscar Krause
2025-04-08 14:00:15 +02:00
parent 20cdaefa1c
commit ddf5f12409
2 changed files with 3 additions and 4 deletions

View File

@@ -122,7 +122,6 @@ class Instance(Base):
return PublicKey(self.public_key)
def get_jwt_encode_key(self) -> "jose.jkw":
return jwk.construct(self.__get_private_key().pem().decode('utf-8'), algorithm=ALGORITHMS.RS256)
def get_jwt_decode_key(self) -> "jose.jwt":