cli icon indicating copy to clipboard operation
cli copied to clipboard

Support `skip_nonce_check` OAuth parameter in config.toml

Open dshukertjr opened this issue 2 years ago • 2 comments

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 avatar Jan 16 '24 05:01 dshukertjr

@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.

codeofdiego avatar Jan 30 '24 18:01 codeofdiego

I'm having the same problem!

danielkv avatar Jan 31 '24 19:01 danielkv

Same issue!

rahitecho avatar Mar 26 '24 10:03 rahitecho