This commit is contained in:
Wolfgang Hottgenroth 2021-05-07 14:05:57 +02:00
parent b44af0658a
commit 1de73e99e3
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -138,6 +138,7 @@ def generateToken(**args):
def generateTokenFromEnc(**args):
cryptContent = args["body"]
raise werkzeug.exceptions.NotImplemented("Stay tune, will be added soon")
return str(cryptContent)
def getPubKey():