Open ghtea opened 1 month ago
I’ve encountered a scenario where I need to disable the sending of the code_challenge during the authentication process (authorize method).
Could you consider adding a feature or a configuration option that allows developers to disable the code_challenge.
You'd need to check if the AppAuth SDKs support it and if they do then submit a PR
Reviewing the code, there does not appear a way to disable it.
I’ve encountered a scenario where I need to disable the sending of the code_challenge during the authentication process (authorize method).
Could you consider adding a feature or a configuration option that allows developers to disable the code_challenge.