I'm currently working with a local okta server on my machine which obviously doesn't use https, however there's no way to disable the https_check from within my code.
It seems like a fairly straight forward fix to allow the user to change https_check for the config validator.
I'm currently working with a local okta server on my machine which obviously doesn't use https, however there's no way to disable the https_check from within my code.
okta-jwt-verifier-python/okta_jwt_verifier/config_validator.py
Line 24 in a43bd2f
It seems like a fairly straight forward fix to allow the user to change https_check for the config validator.