Support `skip_nonce_check` OAuth parameter in config.toml
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently skip_nonce_check boolean parameter. It would be great to add support for it, because this is a blocker for performing native Google auth on a local Supabase proejct.
Describe the solution you'd like
Being able to set skip_nonce_check for providers like auth.external.google.skip_nonce_check = true.
Describe alternatives you've considered This is a blocker for performing native auth, so alternative would be to just test native Google auth using remote Supabase instance.
@dshukertjr I have the same issue, as an alternative you can try testing the auth flow on Android. This also seems to be reported in issue #20059.
I'm having the same problem!
Same issue!