from pathlib import Path >>> from authlib.jose import jwk >>> public_key = Path('my_key.pub').read_text(encoding='utf-8') >>> jwk ...
確定! 回上一頁