casdoor / casdoor-python-sdk

Python client SDK for Casdoor
https://pypi.org/project/casdoor
Apache License 2.0
32 stars 33 forks source link

Bugfix: Convert certificate type from str to bytes #20

Closed ppppfly closed 2 years ago

ppppfly commented 2 years ago

changes

use a new function property to convert str type certificate to bytes type certification, because function load_pem_x509_certificate require bytes rather than str

casbin-bot commented 2 years ago

@Steve0x2a @seriouszyx @Abingcbc @ComradeProgrammer please review

hsluoyz commented 2 years ago

Replaced by: https://github.com/casdoor/casdoor-python-sdk/pull/21