from authlib.jose import JsonWebKey raw = read_file('rsa.pem') key = JsonWebKey.import_key(raw) key.thumbprint(). If a key has no kid , you can add the ...
確定! 回上一頁