MaikuB/flutter_appauth

How to disable code_challenge

Closed this issue · 3 comments

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.

Closing this then