Is there a way to securely use OAuth w/ local Supabase Auth?
I'm trying to figure out how to locally develop my Supabase app with Google auth, and I'm wondering how I can put my OAuth credentials somewhere without pushing them to Git. Alternatively, should I even have my
config.toml checked in to source control?