MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
274 stars 246 forks source link

How to disable code_challenge #558

Open ghtea opened 1 month ago

ghtea commented 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.

MaikuB commented 1 month ago

You'd need to check if the AppAuth SDKs support it and if they do then submit a PR

dittakhan commented 1 week ago

Reviewing the code, there does not appear a way to disable it.