Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harunurkst/cbde9d747e5731e488ef3cd90d1dbef1 to your computer and use it in GitHub Desktop.
Save harunurkst/cbde9d747e5731e488ef3cd90d1dbef1 to your computer and use it in GitHub Desktop.
Read key file
with open(str(BASE_DIR) + '/oidc.key', 'rb') as f:
OIDC_RSA_PRIVATE_KEY = f.read().decode()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment