Created
July 13, 2023 12:02
-
-
Save harunurkst/cbde9d747e5731e488ef3cd90d1dbef1 to your computer and use it in GitHub Desktop.
Read key file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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